Html Css Color HEX #708781 Gumbo

📋 copy color: '#708781'

red 112 ◦ green 135 ◦ blue 129

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

Shades of Gumbo #708781

Tints of Gumbo #708781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 29.79%
G = 35.9%
B = 34.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#708781 (or 0x708781) is known color: Gumbo. HEX triplet: 70, 87 and 81. RGB value is (112,135,129). Sum of RGB (Red+Green+Blue) = 112+135+129=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #708781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708781 is #8F787E. Grayscale: #7F7F7F. Windows color (decimal): -9402495 or 8488816. OLE color: 8488816.

HSL color Cylindrical-coordinate representation of color #708781: hue angle of 164.35º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #708781 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 129 -
CMYK 0.17 0 0.04 0.47
HSL 164.35º 0.09% 0.48% -
HSV(B) 164.35º 0.17% 0.53% -
XYZ 19.31 22.36 24.07 -
YUV 127.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 112 135 129 0.17 0 0.04 0.47 164.35 0.09 0.48
Hex 70 87 81 11 0 4 2F A4 9 30
Octal 160 207 201 21 0 4 57 244 11 60
Binary 1110000 10000111 10000001 10001 0 100 101111 10100100 1001 110000

Color Harmonies of #708781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708781

Black with #708781

Text Example


Text Example

White with #708781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708781; }

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

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

background-color css

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

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

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

border-color css

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

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

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