#768A7E

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

Shades of Blue Smoke #768A7E

Tints of Blue Smoke #768A7E

Color information

#768A7E (or 0x768A7E) is unknown color: approx Blue Smoke. HEX triplet: 76, 8A and 7E. RGB value is (118,138,126). Sum of RGB (Red+Green+Blue) = 118+138+126=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 138 - color contains mainly: green. Hex color #768A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768A7E is #897581. Grayscale: #828282. Windows color (decimal): -9008514 or 8292982. OLE color: 8292982.

HSL color Cylindrical-coordinate representation of color #768A7E: hue angle of 144º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768A7E is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB118138126-
CMYK0.1400.090.46
HSL144º7.87%50.2%-
HSV(B)144º14.49%54.12%-
XYZ20.3323.5323.21-
YUV130.65125.37118.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 138 (54.30% from 255) = 36.13%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=30.89%
G=36.13%
B=32.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181381260.1400.090.461447.8750.2
Hex768A7EE092E90832
Octal16621217616011562201062
Binary1110110100010101111110111001001101110100100001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768A7E; }

 p { color: rgb(118,138,126); }

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

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

 a { background-color: rgb(118,138,126); }

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

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

 span { border-color: rgb(118,138,126); }

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