#718F8B

Color #718F8B Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #718F8B

Tints of Gumbo #718F8B

Color information

#718F8B (or 0x718F8B) is unknown color: approx Gumbo. HEX triplet: 71, 8F and 8B. RGB value is (113,143,139). Sum of RGB (Red+Green+Blue) = 113+143+139=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 143 - color contains mainly: green. Hex color #718F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F8B is #8E7074. Grayscale: #858585. Windows color (decimal): -9334901 or 9146225. OLE color: 9146225.

HSL color Cylindrical-coordinate representation of color #718F8B: hue angle of 172º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718F8B is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB113143139-
CMYK0.2100.030.44
HSL172º11.81%50.2%-
HSV(B)172º20.98%56.08%-
XYZ21.2925.0228.13-
YUV133.57131.06113.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=28.61%
G=36.20%
B=35.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131431390.2100.030.4417211.8150.2
Hex718F8B15032Cacc32
Octal1612172132503542541462
Binary1110001100011111000101110101011101100101011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718F8B; }

 p { color: rgb(113,143,139); }

 H1.HeaderClassName
 {
   color: #718F8B;
 }
 .AnyTagClassName
 {
   color: #718F8B;
 }
</style>
background-color css

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

 a { background-color: rgb(113,143,139); }

 div.DivClassName
 {
   background-color: #718F8B;
 }
 .BgClassName
 {
   background-color: #718F8B;
 }
</style>
border-color css

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

 span { border-color: rgb(113,143,139); }

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