Html Css Color HEX #708A87 Gumbo

📋 copy color: '#708A87'

red 112 ◦ green 138 ◦ blue 135

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

Shades of Gumbo #708A87

Tints of Gumbo #708A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

 BLUE value IS 135 (53.13% from 255) = 35.06%

R = 29.09%
G = 35.84%
B = 35.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#708A87 (or 0x708A87) is known color: Gumbo. HEX triplet: 70, 8A and 87. RGB value is (112,138,135). Sum of RGB (Red+Green+Blue) = 112+138+135=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 138 - color contains mainly: green. Hex color #708A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A87 is #8F7578. Grayscale: #818181. Windows color (decimal): -9401721 or 8882800. OLE color: 8882800.

HSL color Cylindrical-coordinate representation of color #708A87: hue angle of 173.08º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708A87 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 138 135 -
CMYK 0.19 0 0.02 0.46
HSL 173.08º 0.1% 0.49% -
HSV(B) 173.08º 0.19% 0.54% -
XYZ 20.14 23.37 26.37 -
YUV 129.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 112 138 135 0.19 0 0.02 0.46 173.08 0.1 0.49
Hex 70 8A 87 13 0 2 2E AD A 31
Octal 160 212 207 23 0 2 56 255 12 61
Binary 1110000 10001010 10000111 10011 0 10 101110 10101101 1010 110001

Color Harmonies of #708A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A87

Black with #708A87

Text Example


Text Example

White with #708A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708A87; }

 p { color: rgb(112,138,135); }

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

background-color css

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

 a { background-color: rgb(112,138,135); }

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

border-color css

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

 span { border-color: rgb(112,138,135); }

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