#76A3B3

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

Shades of Glacier #76A3B3

Tints of Glacier #76A3B3

Color information

#76A3B3 (or 0x76A3B3) is unknown color: approx Glacier. HEX triplet: 76, A3 and B3. RGB value is (118,163,179). Sum of RGB (Red+Green+Blue) = 118+163+179=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 179 - color contains mainly: blue. Hex color #76A3B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3B3 is #895C4C. Grayscale: #979797. Windows color (decimal): -9002061 or 11772790. OLE color: 11772790.

HSL color Cylindrical-coordinate representation of color #76A3B3: hue angle of 195.74º 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 #76A3B3 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB118163179-
CMYK0.340.0900.30
HSL195.74º28.64%58.24%-
HSV(B)195.74º34.08%70.2%-
XYZ28.7133.347.56-
YUV151.37143.59104.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.65%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 179 (70.31% from 255) = 38.91%
R=25.65%
G=35.43%
B=38.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181631790.340.0900.30195.7428.6458.24
Hex76A3B322901Ec41d3a
Octal16624326342110363043572
Binary1110110101000111011001110001010010111101100010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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