#769CAB

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

Shades of Bali Hai #769CAB

Tints of Bali Hai #769CAB

Color information

#769CAB (or 0x769CAB) is unknown color: approx Bali Hai. HEX triplet: 76, 9C and AB. RGB value is (118,156,171). Sum of RGB (Red+Green+Blue) = 118+156+171=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #769CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769CAB is #896354. Grayscale: #929292. Windows color (decimal): -9003861 or 11246710. OLE color: 11246710.

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

Color convert

RGB118156171-
CMYK0.310.0900.33
HSL196.98º23.98%56.67%-
HSV(B)196.98º30.99%67.06%-
XYZ26.7130.5743.02-
YUV146.35141.91107.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.52%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=26.52%
G=35.06%
B=38.43%

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
Decimal1181561710.310.0900.33196.9823.9856.67
Hex769CAB1F9021c51839
Octal16623425337110413053071
Binary1110110100111001010101111111100101000011100010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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