#769EAC

Color #769EAC Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #769EAC

Tints of Bali Hai #769EAC

Color information

#769EAC (or 0x769EAC) is unknown color: approx Bali Hai. HEX triplet: 76, 9E and AC. RGB value is (118,158,172). Sum of RGB (Red+Green+Blue) = 118+158+172=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #769EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769EAC is #896153. Grayscale: #939393. Windows color (decimal): -9003348 or 11312758. OLE color: 11312758.

HSL color Cylindrical-coordinate representation of color #769EAC: hue angle of 195.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769EAC is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118158172-
CMYK0.310.0800.33
HSL195.56º24.55%56.86%-
HSV(B)195.56º31.4%67.45%-
XYZ27.1431.2843.64-
YUV147.64141.75106.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=26.34%
G=35.27%
B=38.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181581720.310.0800.33195.5624.5556.86
Hex769EAC1F8021c41939
Octal16623625437100413043171
Binary1110110100111101010110011111100001000011100010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769EAC; }

 p { color: rgb(118,158,172); }

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

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

 a { background-color: rgb(118,158,172); }

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

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

 span { border-color: rgb(118,158,172); }

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