#768277

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

Shades of Blue Smoke #768277

Tints of Blue Smoke #768277

Color information

#768277 (or 0x768277) is unknown color: approx Blue Smoke. HEX triplet: 76, 82 and 77. RGB value is (118,130,119). Sum of RGB (Red+Green+Blue) = 118+130+119=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #768277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768277 is #897D88. Grayscale: #7D7D7D. Windows color (decimal): -9010569 or 7832182. OLE color: 7832182.

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

Color convert

RGB118130119-
CMYK0.0900.080.49
HSL125º4.84%48.63%-
HSV(B)125º9.23%50.98%-
XYZ18.7821.1520.54-
YUV125.16124.52122.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=32.15%
G=35.42%
B=32.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181301190.0900.080.491254.8448.63
Hex768277908317d531
Octal1662021671101061175561
Binary11101101000001011101111001010001100011111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768277; }

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

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

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

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

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

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

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

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