#76a0b8

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

Shades of Bali Hai #76A0B8

Tints of Bali Hai #76A0B8

Color information

#76A0B8 (or 0x76A0B8) is unknown color: approx Bali Hai. HEX triplet: 76, A0 and B8. RGB value is (118,160,184). Sum of RGB (Red+Green+Blue) = 118+160+184=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #76A0B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A0B8 is #895F47. Grayscale: #969696. Windows color (decimal): -9002824 or 12099702. OLE color: 12099702.

HSL color Cylindrical-coordinate representation of color #76A0B8: hue angle of 201.82º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76A0B8 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB118160184-
CMYK0.360.1300.28
HSL201.82º31.73%59.22%-
HSV(B)201.82º35.87%72.16%-
XYZ28.6932.4550.1-
YUV150.18147.09105.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.54%
GREEN value IS 160 (62.89% from 255) = 34.63%
BLUE value IS 184 (72.27% from 255) = 39.83%
R=25.54%
G=34.63%
B=39.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181601840.360.1300.28201.8231.7359.22
Hex76A0B824D01Cca203b
Octal16624027044150343124073
Binary11101101010000010111000100100110101110011001010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76a0b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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