Html Css Color HEX #708884 Gumbo

📋 copy color: '#708884'

red 112 ◦ green 136 ◦ blue 132

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

Shades of Gumbo #708884

Tints of Gumbo #708884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.74%

R = 29.47%
G = 35.79%
B = 34.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#708884 (or 0x708884) is known color: Gumbo. HEX triplet: 70, 88 and 84. RGB value is (112,136,132). Sum of RGB (Red+Green+Blue) = 112+136+132=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 136 - color contains mainly: green. Hex color #708884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708884 is #8F777B. Grayscale: #808080. Windows color (decimal): -9402236 or 8685680. OLE color: 8685680.

HSL color Cylindrical-coordinate representation of color #708884: hue angle of 170º 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 #708884 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 132 -
CMYK 0.18 0 0.03 0.47
HSL 170º 0.1% 0.49% -
HSV(B) 170º 0.18% 0.53% -
XYZ 19.65 22.72 25.18 -
YUV 128.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 112 136 132 0.18 0 0.03 0.47 170 0.1 0.49
Hex 70 88 84 12 0 3 2F AA A 31
Octal 160 210 204 22 0 3 57 252 12 61
Binary 1110000 10001000 10000100 10010 0 11 101111 10101010 1010 110001

Color Harmonies of #708884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708884

Black with #708884

Text Example


Text Example

White with #708884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708884; }

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

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

background-color css

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

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

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

border-color css

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

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

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