#769BAB

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

Shades of Bali Hai #769BAB

Tints of Bali Hai #769BAB

Color information

#769BAB (or 0x769BAB) is unknown color: approx Bali Hai. HEX triplet: 76, 9B and AB. RGB value is (118,155,171). Sum of RGB (Red+Green+Blue) = 118+155+171=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #769BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BAB is #896454. Grayscale: #919191. Windows color (decimal): -9004117 or 11246454. OLE color: 11246454.

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

Color convert

RGB118155171-
CMYK0.310.0900.33
HSL198.11º23.98%56.67%-
HSV(B)198.11º30.99%67.06%-
XYZ26.5430.2342.96-
YUV145.76142.24108.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.58%
GREEN value IS 155 (60.94% from 255) = 34.91%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=26.58%
G=34.91%
B=38.51%

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
Decimal1181551710.310.0900.33198.1123.9856.67
Hex769BAB1F9021c61839
Octal16623325337110413063071
Binary1110110100110111010101111111100101000011100011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,155,171); }

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

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

 a { background-color: rgb(118,155,171); }

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

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

 span { border-color: rgb(118,155,171); }

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