Html Css Color HEX #708A88 Gumbo

📋 copy color: '#708A88'

red 112 ◦ green 138 ◦ blue 136

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

Shades of Gumbo #708A88

Tints of Gumbo #708A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 29.02%
G = 35.75%
B = 35.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#708A88 (or 0x708A88) is known color: Gumbo. HEX triplet: 70, 8A and 88. RGB value is (112,138,136). Sum of RGB (Red+Green+Blue) = 112+138+136=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 138 - color contains mainly: green. Hex color #708A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A88 is #8F7577. Grayscale: #818181. Windows color (decimal): -9401720 or 8948336. OLE color: 8948336.

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

Color convert

RGB 112 138 136 -
CMYK 0.19 0 0.01 0.46
HSL 175.38º 0.1% 0.49% -
HSV(B) 175.38º 0.19% 0.54% -
XYZ 20.21 23.4 26.74 -
YUV 130 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 112 138 136 0.19 0 0.01 0.46 175.38 0.1 0.49
Hex 70 8A 88 13 0 1 2E AF A 31
Octal 160 212 210 23 0 1 56 257 12 61
Binary 1110000 10001010 10001000 10011 0 1 101110 10101111 1010 110001

Color Harmonies of #708A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A88

Black with #708A88

Text Example


Text Example

White with #708A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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