#76847B

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

Shades of Blue Smoke #76847B

Tints of Blue Smoke #76847B

Color information

#76847B (or 0x76847B) is unknown color: approx Blue Smoke. HEX triplet: 76, 84 and 7B. RGB value is (118,132,123). Sum of RGB (Red+Green+Blue) = 118+132+123=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #76847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76847B is #897B84. Grayscale: #7E7E7E. Windows color (decimal): -9010053 or 8094838. OLE color: 8094838.

HSL color Cylindrical-coordinate representation of color #76847B: hue angle of 141.43º 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 #76847B is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB118132123-
CMYK0.1100.070.48
HSL141.43º5.6%49.02%-
HSV(B)141.43º10.61%51.76%-
XYZ19.321.7821.93-
YUV126.79125.86121.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=31.64%
G=35.39%
B=32.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181321230.1100.070.48141.435.649.02
Hex76847BB07308d631
Octal166204173130760215661
Binary11101101000010011110111011011111000010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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