#769DAC

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

Shades of Bali Hai #769DAC

Tints of Bali Hai #769DAC

Color information

#769DAC (or 0x769DAC) is unknown color: approx Bali Hai. HEX triplet: 76, 9D and AC. RGB value is (118,157,172). Sum of RGB (Red+Green+Blue) = 118+157+172=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #769DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769DAC is #896253. Grayscale: #929292. Windows color (decimal): -9003604 or 11312502. OLE color: 11312502.

HSL color Cylindrical-coordinate representation of color #769DAC: hue angle of 196.67º 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 #769DAC is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118157172-
CMYK0.310.0900.33
HSL196.67º24.55%56.86%-
HSV(B)196.67º31.4%67.45%-
XYZ26.9730.9443.58-
YUV147.05142.08107.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.40%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=26.40%
G=35.12%
B=38.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181571720.310.0900.33196.6724.5556.86
Hex769DAC1F9021c51939
Octal16623525437110413053171
Binary1110110100111011010110011111100101000011100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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