#769CB0

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

Shades of Bali Hai #769CB0

Tints of Bali Hai #769CB0

Color information

#769CB0 (or 0x769CB0) is unknown color: approx Bali Hai. HEX triplet: 76, 9C and B0. RGB value is (118,156,176). Sum of RGB (Red+Green+Blue) = 118+156+176=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #769CB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769CB0 is #89634F. Grayscale: #929292. Windows color (decimal): -9003856 or 11574390. OLE color: 11574390.

HSL color Cylindrical-coordinate representation of color #769CB0: hue angle of 200.69º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #769CB0 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118156176-
CMYK0.330.1100.31
HSL200.69º26.85%57.65%-
HSV(B)200.69º32.95%69.02%-
XYZ27.230.7645.58-
YUV146.92144.41107.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=26.22%
G=34.67%
B=39.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181561760.330.1100.31200.6926.8557.65
Hex769CB021B01Fc91b3a
Octal16623426041130373113372
Binary1110110100111001011000010000110110111111100100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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