Html Css Color HEX #708881 Gumbo

📋 copy color: '#708881'

red 112 ◦ green 136 ◦ blue 129

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

Shades of Gumbo #708881

Tints of Gumbo #708881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

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

R = 29.71%
G = 36.07%
B = 34.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#708881 (or 0x708881) is known color: Gumbo. HEX triplet: 70, 88 and 81. RGB value is (112,136,129). Sum of RGB (Red+Green+Blue) = 112+136+129=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #708881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708881 is #8F777E. Grayscale: #808080. Windows color (decimal): -9402239 or 8489072. OLE color: 8489072.

HSL color Cylindrical-coordinate representation of color #708881: hue angle of 162.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708881 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 129 -
CMYK 0.18 0 0.05 0.47
HSL 162.5º 0.1% 0.49% -
HSV(B) 162.5º 0.18% 0.53% -
XYZ 19.45 22.64 24.11 -
YUV 128.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 112 136 129 0.18 0 0.05 0.47 162.5 0.1 0.49
Hex 70 88 81 12 0 5 2F A2 A 31
Octal 160 210 201 22 0 5 57 242 12 61
Binary 1110000 10001000 10000001 10010 0 101 101111 10100010 1010 110001

Color Harmonies of #708881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708881

Black with #708881

Text Example


Text Example

White with #708881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708881; }

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

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

background-color css

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

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

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

border-color css

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

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

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