Html Css Color HEX #708D87 Gumbo

📋 copy color: '#708D87'

red 112 ◦ green 141 ◦ blue 135

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

Shades of Gumbo #708D87

Tints of Gumbo #708D87

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.34%

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

R = 28.87%
G = 36.34%
B = 34.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#708D87 (or 0x708D87) is known color: Gumbo. HEX triplet: 70, 8D and 87. RGB value is (112,141,135). Sum of RGB (Red+Green+Blue) = 112+141+135=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 141 - color contains mainly: green. Hex color #708D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708D87 is #8F7278. Grayscale: #838383. Windows color (decimal): -9400953 or 8883568. OLE color: 8883568.

HSL color Cylindrical-coordinate representation of color #708D87: hue angle of 167.59º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708D87 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 141 135 -
CMYK 0.21 0 0.04 0.45
HSL 167.59º 0.11% 0.5% -
HSV(B) 167.59º 0.21% 0.55% -
XYZ 20.58 24.24 26.52 -
YUV 131.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 112 141 135 0.21 0 0.04 0.45 167.59 0.11 0.5
Hex 70 8D 87 15 0 4 2D A8 B 32
Octal 160 215 207 25 0 4 55 250 13 62
Binary 1110000 10001101 10000111 10101 0 100 101101 10101000 1011 110010

Color Harmonies of #708D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D87

Black with #708D87

Text Example


Text Example

White with #708D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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