Html Css Color HEX #708A84 Gumbo

📋 copy color: '#708A84'

red 112 ◦ green 138 ◦ blue 132

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

Shades of Gumbo #708A84

Tints of Gumbo #708A84

RGB

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

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

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

R = 29.32%
G = 36.13%
B = 34.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#708A84 (or 0x708A84) is known color: Gumbo. HEX triplet: 70, 8A and 84. RGB value is (112,138,132). Sum of RGB (Red+Green+Blue) = 112+138+132=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 138 - color contains mainly: green. Hex color #708A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A84 is #8F757B. Grayscale: #818181. Windows color (decimal): -9401724 or 8686192. OLE color: 8686192.

HSL color Cylindrical-coordinate representation of color #708A84: hue angle of 166.15º 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 #708A84 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 138 132 -
CMYK 0.19 0 0.04 0.46
HSL 166.15º 0.1% 0.49% -
HSV(B) 166.15º 0.19% 0.54% -
XYZ 19.94 23.29 25.27 -
YUV 129.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 112 138 132 0.19 0 0.04 0.46 166.15 0.1 0.49
Hex 70 8A 84 13 0 4 2E A6 A 31
Octal 160 212 204 23 0 4 56 246 12 61
Binary 1110000 10001010 10000100 10011 0 100 101110 10100110 1010 110001

Color Harmonies of #708A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A84

Black with #708A84

Text Example


Text Example

White with #708A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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