#769AAA

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

Shades of Bali Hai #769AAA

Tints of Bali Hai #769AAA

Color information

#769AAA (or 0x769AAA) is unknown color: approx Bali Hai. HEX triplet: 76, 9A and AA. RGB value is (118,154,170). Sum of RGB (Red+Green+Blue) = 118+154+170=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #769AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769AAA is #896555. Grayscale: #909090. Windows color (decimal): -9004374 or 11180662. OLE color: 11180662.

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

Color convert

RGB118154170-
CMYK0.310.0900.33
HSL198.46º23.42%56.47%-
HSV(B)198.46º30.59%66.67%-
XYZ26.2829.8742.41-
YUV145.06142.07108.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.70%
GREEN value IS 154 (60.55% from 255) = 34.84%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=26.70%
G=34.84%
B=38.46%

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
Decimal1181541700.310.0900.33198.4623.4256.47
Hex769AAA1F9021c61738
Octal16623225237110413062770
Binary1110110100110101010101011111100101000011100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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