#718875

Color #718875 Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #718875

Tints of Blue Smoke #718875

Color information

#718875 (or 0x718875) is unknown color: approx Blue Smoke. HEX triplet: 71, 88 and 75. RGB value is (113,136,117). Sum of RGB (Red+Green+Blue) = 113+136+117=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #718875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718875 is #8E778A. Grayscale: #7F7F7F. Windows color (decimal): -9336715 or 7702641. OLE color: 7702641.

HSL color Cylindrical-coordinate representation of color #718875: hue angle of 130.43º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #718875 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB113136117-
CMYK0.1700.140.47
HSL130.43º9.24%48.82%-
HSV(B)130.43º16.91%53.33%-
XYZ18.8322.420.16-
YUV126.96122.38118.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=30.87%
G=37.16%
B=31.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131361170.1700.140.47130.439.2448.82
Hex718875110E2F82931
Octal16121016521016572021161
Binary11100011000100011101011000101110101111100000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718875; }

 p { color: rgb(113,136,117); }

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

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

 a { background-color: rgb(113,136,117); }

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

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

 span { border-color: rgb(113,136,117); }

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