Html Css Color HEX #708D85 Gumbo

📋 copy color: '#708D85'

red 112 ◦ green 141 ◦ blue 133

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

Shades of Gumbo #708D85

Tints of Gumbo #708D85

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.53%

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

R = 29.02%
G = 36.53%
B = 34.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#708D85 (or 0x708D85) is known color: Gumbo. HEX triplet: 70, 8D and 85. RGB value is (112,141,133). Sum of RGB (Red+Green+Blue) = 112+141+133=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 141 - color contains mainly: green. Hex color #708D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708D85 is #8F727A. Grayscale: #838383. Windows color (decimal): -9400955 or 8752496. OLE color: 8752496.

HSL color Cylindrical-coordinate representation of color #708D85: hue angle of 163.45º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708D85 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 141 133 -
CMYK 0.21 0 0.06 0.45
HSL 163.45º 0.11% 0.5% -
HSV(B) 163.45º 0.21% 0.55% -
XYZ 20.44 24.19 25.78 -
YUV 131.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 112 141 133 0.21 0 0.06 0.45 163.45 0.11 0.5
Hex 70 8D 85 15 0 6 2D A3 B 32
Octal 160 215 205 25 0 6 55 243 13 62
Binary 1110000 10001101 10000101 10101 0 110 101101 10100011 1011 110010

Color Harmonies of #708D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D85

Black with #708D85

Text Example


Text Example

White with #708D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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