#769DAA

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

Shades of Bali Hai #769DAA

Tints of Bali Hai #769DAA

Color information

#769DAA (or 0x769DAA) is unknown color: approx Bali Hai. HEX triplet: 76, 9D and AA. RGB value is (118,157,170). Sum of RGB (Red+Green+Blue) = 118+157+170=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #769DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769DAA is #896255. Grayscale: #929292. Windows color (decimal): -9003606 or 11181430. OLE color: 11181430.

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

Color convert

RGB118157170-
CMYK0.310.0800.33
HSL195º23.42%56.47%-
HSV(B)195º30.59%66.67%-
XYZ26.7830.8742.58-
YUV146.82141.08107.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.52%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=26.52%
G=35.28%
B=38.20%

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
Decimal1181571700.310.0800.3319523.4256.47
Hex769DAA1F8021c31738
Octal16623525237100413032770
Binary1110110100111011010101011111100001000011100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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