#76877A

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

Shades of Blue Smoke #76877A

Tints of Blue Smoke #76877A

Color information

#76877A (or 0x76877A) is unknown color: approx Blue Smoke. HEX triplet: 76, 87 and 7A. RGB value is (118,135,122). Sum of RGB (Red+Green+Blue) = 118+135+122=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #76877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76877A is #897885. Grayscale: #808080. Windows color (decimal): -9009286 or 8030070. OLE color: 8030070.

HSL color Cylindrical-coordinate representation of color #76877A: hue angle of 134.12º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #76877A is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB118135122-
CMYK0.1300.100.47
HSL134.12º6.72%49.61%-
HSV(B)134.12º12.59%52.94%-
XYZ19.6522.5821.74-
YUV128.44124.37120.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=31.47%
G=36%
B=32.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181351220.1300.100.47134.126.7249.61
Hex76877AD0A2F86732
Octal1662071721501257206762
Binary111011010000111111101011010101010111110000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76877A; }

 p { color: rgb(118,135,122); }

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

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

 a { background-color: rgb(118,135,122); }

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

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

 span { border-color: rgb(118,135,122); }

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