Html Css Color HEX #708C85 Gumbo

📋 copy color: '#708C85'

red 112 ◦ green 140 ◦ blue 133

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

Shades of Gumbo #708C85

Tints of Gumbo #708C85

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 29.09%
G = 36.36%
B = 34.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#708C85 (or 0x708C85) is known color: Gumbo. HEX triplet: 70, 8C and 85. RGB value is (112,140,133). Sum of RGB (Red+Green+Blue) = 112+140+133=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 140 - color contains mainly: green. Hex color #708C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C85 is #8F737A. Grayscale: #828282. Windows color (decimal): -9401211 or 8752240. OLE color: 8752240.

HSL color Cylindrical-coordinate representation of color #708C85: hue angle of 165º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708C85 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 133 -
CMYK 0.20 0 0.05 0.45
HSL 165º 0.11% 0.49% -
HSV(B) 165º 0.2% 0.55% -
XYZ 20.29 23.89 25.73 -
YUV 130.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 112 140 133 0.20 0 0.05 0.45 165 0.11 0.49
Hex 70 8C 85 14 0 5 2D A5 B 31
Octal 160 214 205 24 0 5 55 245 13 61
Binary 1110000 10001100 10000101 10100 0 101 101101 10100101 1011 110001

Color Harmonies of #708C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C85

Black with #708C85

Text Example


Text Example

White with #708C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,140,133); }

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

background-color css

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

 a { background-color: rgb(112,140,133); }

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

border-color css

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

 span { border-color: rgb(112,140,133); }

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