#76857B

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

Shades of Blue Smoke #76857B

Tints of Blue Smoke #76857B

Color information

#76857B (or 0x76857B) is unknown color: approx Blue Smoke. HEX triplet: 76, 85 and 7B. RGB value is (118,133,123). Sum of RGB (Red+Green+Blue) = 118+133+123=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #76857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76857B is #897A84. Grayscale: #7F7F7F. Windows color (decimal): -9009797 or 8095094. OLE color: 8095094.

HSL color Cylindrical-coordinate representation of color #76857B: hue angle of 140º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76857B is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB118133123-
CMYK0.1100.080.48
HSL140º5.98%49.22%-
HSV(B)140º11.28%52.16%-
XYZ19.4322.0621.97-
YUV127.38125.53121.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=31.55%
G=35.56%
B=32.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181331230.1100.080.481405.9849.22
Hex76857BB08308c631
Octal1662051731301060214661
Binary111011010000101111101110110100011000010001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76857B; }

 p { color: rgb(118,133,123); }

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

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

 a { background-color: rgb(118,133,123); }

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

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

 span { border-color: rgb(118,133,123); }

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