#76A0B3

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

Shades of Bali Hai #76A0B3

Tints of Bali Hai #76A0B3

Color information

#76A0B3 (or 0x76A0B3) is unknown color: approx Bali Hai. HEX triplet: 76, A0 and B3. RGB value is (118,160,179). Sum of RGB (Red+Green+Blue) = 118+160+179=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #76A0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A0B3 is #895F4C. Grayscale: #959595. Windows color (decimal): -9002829 or 11772022. OLE color: 11772022.

HSL color Cylindrical-coordinate representation of color #76A0B3: hue angle of 198.69º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76A0B3 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB118160179-
CMYK0.340.1100.30
HSL198.69º28.64%58.24%-
HSV(B)198.69º34.08%70.2%-
XYZ28.1832.2547.39-
YUV149.61144.59105.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 160 (62.89% from 255) = 35.01%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=25.82%
G=35.01%
B=39.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181601790.340.1100.30198.6928.6458.24
Hex76A0B322B01Ec71d3a
Octal16624026342130363073572
Binary1110110101000001011001110001010110111101100011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A0B3; }

 p { color: rgb(118,160,179); }

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

<style>
 a { background-color: #76A0B3; }

 a { background-color: rgb(118,160,179); }

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

<style>
 span { border-color: #76A0B3; }

 span { border-color: rgb(118,160,179); }

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