Html Css Color HEX #708982 Gumbo

📋 copy color: '#708982'

red 112 ◦ green 137 ◦ blue 130

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

Shades of Gumbo #708982

Tints of Gumbo #708982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

 BLUE value IS 130 (51.17% from 255) = 34.3%

R = 29.55%
G = 36.15%
B = 34.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#708982 (or 0x708982) is known color: Gumbo. HEX triplet: 70, 89 and 82. RGB value is (112,137,130). Sum of RGB (Red+Green+Blue) = 112+137+130=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #708982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708982 is #8F767D. Grayscale: #808080. Windows color (decimal): -9401982 or 8554864. OLE color: 8554864.

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

Color convert

RGB 112 137 130 -
CMYK 0.18 0 0.05 0.46
HSL 163.2º 0.1% 0.49% -
HSV(B) 163.2º 0.18% 0.54% -
XYZ 19.66 22.95 24.51 -
YUV 128.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 112 137 130 0.18 0 0.05 0.46 163.2 0.1 0.49
Hex 70 89 82 12 0 5 2E A3 A 31
Octal 160 211 202 22 0 5 56 243 12 61
Binary 1110000 10001001 10000010 10010 0 101 101110 10100011 1010 110001

Color Harmonies of #708982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708982

Black with #708982

Text Example


Text Example

White with #708982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708982; }

 p { color: rgb(112,137,130); }

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

background-color css

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

 a { background-color: rgb(112,137,130); }

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

border-color css

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

 span { border-color: rgb(112,137,130); }

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