Html Css Color HEX #708382 Gumbo

📋 copy color: '#708382'

red 112 ◦ green 131 ◦ blue 130

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

Shades of Gumbo #708382

Tints of Gumbo #708382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 30.03%
G = 35.12%
B = 34.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#708382 (or 0x708382) is known color: Gumbo. HEX triplet: 70, 83 and 82. RGB value is (112,131,130). Sum of RGB (Red+Green+Blue) = 112+131+130=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 131 - color contains mainly: green. Hex color #708382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708382 is #8F7C7D. Grayscale: #7D7D7D. Windows color (decimal): -9403518 or 8553328. OLE color: 8553328.

HSL color Cylindrical-coordinate representation of color #708382: hue angle of 176.84º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #708382 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 130 -
CMYK 0.15 0 0.01 0.49
HSL 176.84º 0.08% 0.48% -
HSV(B) 176.84º 0.15% 0.51% -
XYZ 18.83 21.29 24.24 -
YUV 125.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 112 131 130 0.15 0 0.01 0.49 176.84 0.08 0.48
Hex 70 83 82 F 0 1 31 B1 8 30
Octal 160 203 202 17 0 1 61 261 10 60
Binary 1110000 10000011 10000010 1111 0 1 110001 10110001 1000 110000

Color Harmonies of #708382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708382

Black with #708382

Text Example


Text Example

White with #708382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708382; }

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

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

background-color css

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

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

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

border-color css

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

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

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