Html Css Color HEX #708582 Gumbo

📋 copy color: '#708582'

red 112 ◦ green 133 ◦ blue 130

#708582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #708582

Tints of Gumbo #708582

RGB

 RED value IS 112 (44.14% from 255) = 29.87%

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 29.87%
G = 35.47%
B = 34.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#708582 (or 0x708582) is known color: Gumbo. HEX triplet: 70, 85 and 82. RGB value is (112,133,130). Sum of RGB (Red+Green+Blue) = 112+133+130=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #708582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708582 is #8F7A7D. Grayscale: #7E7E7E. Windows color (decimal): -9403006 or 8553840. OLE color: 8553840.

HSL color Cylindrical-coordinate representation of color #708582: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708582 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 130 -
CMYK 0.16 0 0.02 0.48
HSL 171.43º 0.09% 0.48% -
HSV(B) 171.43º 0.16% 0.52% -
XYZ 19.1 21.83 24.33 -
YUV 126.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 112 133 130 0.16 0 0.02 0.48 171.43 0.09 0.48
Hex 70 85 82 10 0 2 30 AB 9 30
Octal 160 205 202 20 0 2 60 253 11 60
Binary 1110000 10000101 10000010 10000 0 10 110000 10101011 1001 110000

Color Harmonies of #708582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708582

Black with #708582

Text Example


Text Example

White with #708582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708582; }

 p { color: rgb(112,133,130); }

 H1.HeaderClassName
 {
   color: #708582;
 }
 .AnyTagClassName
 {
   color: #708582;
 }
</style>

background-color css

<style>
 a { background-color: #708582; }

 a { background-color: rgb(112,133,130); }

 div.DivClassName
 {
   background-color: #708582;
 }
 .BgClassName
 {
   background-color: #708582;
 }
</style>

border-color css

<style>
 span { border-color: #708582; }

 span { border-color: rgb(112,133,130); }

 td.TdClassName
 {
   border-color: #708582;
 }
 .TagClassName
 {
   border-color: #708582;
 }
</style>