#768377

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

Shades of Blue Smoke #768377

Tints of Blue Smoke #768377

Color information

#768377 (or 0x768377) is unknown color: approx Blue Smoke. HEX triplet: 76, 83 and 77. RGB value is (118,131,119). Sum of RGB (Red+Green+Blue) = 118+131+119=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 131 - color contains mainly: green. Hex color #768377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768377 is #897C88. Grayscale: #7D7D7D. Windows color (decimal): -9010313 or 7832438. OLE color: 7832438.

HSL color Cylindrical-coordinate representation of color #768377: hue angle of 124.62º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #768377 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB118131119-
CMYK0.1000.090.49
HSL124.62º5.22%48.82%-
HSV(B)124.62º9.92%51.37%-
XYZ18.9221.4220.59-
YUV125.74124.19122.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 119 (46.88% from 255) = 32.34%
R=32.07%
G=35.60%
B=32.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181311190.1000.090.49124.625.2248.82
Hex768377A09317d531
Octal1662031671201161175561
Binary11101101000001111101111010010011100011111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768377; }

 p { color: rgb(118,131,119); }

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

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

 a { background-color: rgb(118,131,119); }

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

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

 span { border-color: rgb(118,131,119); }

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