#76A0AF

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

Shades of Bali Hai #76A0AF

Tints of Bali Hai #76A0AF

Color information

#76A0AF (or 0x76A0AF) is unknown color: approx Bali Hai. HEX triplet: 76, A0 and AF. RGB value is (118,160,175). Sum of RGB (Red+Green+Blue) = 118+160+175=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #76A0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A0AF is #895F50. Grayscale: #959595. Windows color (decimal): -9002833 or 11509878. OLE color: 11509878.

HSL color Cylindrical-coordinate representation of color #76A0AF: hue angle of 195.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76A0AF is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118160175-
CMYK0.330.0900.31
HSL195.79º26.27%57.45%-
HSV(B)195.79º32.57%68.63%-
XYZ27.7832.0945.29-
YUV149.15142.59105.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=26.05%
G=35.32%
B=38.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181601750.330.0900.31195.7926.2757.45
Hex76A0AF21901Fc41a39
Octal16624025741110373043271
Binary1110110101000001010111110000110010111111100010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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