Html Css Color HEX #708A85 Gumbo

📋 copy color: '#708A85'

red 112 ◦ green 138 ◦ blue 133

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

Shades of Gumbo #708A85

Tints of Gumbo #708A85

RGB

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

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

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

R = 29.24%
G = 36.03%
B = 34.73%

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

#708A85 (or 0x708A85) is known color: Gumbo. HEX triplet: 70, 8A and 85. RGB value is (112,138,133). Sum of RGB (Red+Green+Blue) = 112+138+133=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 138 - color contains mainly: green. Hex color #708A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A85 is #8F757A. Grayscale: #818181. Windows color (decimal): -9401723 or 8751728. OLE color: 8751728.

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

Color convert

RGB 112 138 133 -
CMYK 0.19 0 0.04 0.46
HSL 168.46º 0.1% 0.49% -
HSV(B) 168.46º 0.19% 0.54% -
XYZ 20 23.32 25.64 -
YUV 129.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 112 138 133 0.19 0 0.04 0.46 168.46 0.1 0.49
Hex 70 8A 85 13 0 4 2E A8 A 31
Octal 160 212 205 23 0 4 56 250 12 61
Binary 1110000 10001010 10000101 10011 0 100 101110 10101000 1010 110001

Color Harmonies of #708A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A85

Black with #708A85

Text Example


Text Example

White with #708A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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