Html Css Color HEX #76A5BB Glacier

📋 copy color: '#76A5BB'

red 118 ◦ green 165 ◦ blue 187

#76A5BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #76A5BB

Tints of Glacier #76A5BB

RGB

 RED value IS 118 (46.48% from 255) = 25.11%

 GREEN value IS 165 (64.84% from 255) = 35.11%

 BLUE value IS 187 (73.44% from 255) = 39.79%

R = 25.11%
G = 35.11%
B = 39.79%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#76A5BB (or 0x76A5BB) is known color: Glacier. HEX triplet: 76, A5 and BB. RGB value is (118,165,187). Sum of RGB (Red+Green+Blue) = 118+165+187=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #76A5BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A5BB is #895A44. Grayscale: #999999. Windows color (decimal): -9001541 or 12297590. OLE color: 12297590.

HSL color Cylindrical-coordinate representation of color #76A5BB: hue angle of 199.13º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A5BB is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 165 187 -
CMYK 0.37 0.12 0 0.27
HSL 199.13º 0.34% 0.6% -
HSV(B) 199.13º 0.37% 0.73% -
XYZ 29.9 34.35 52.07 -
YUV 153.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 118 165 187 0.37 0.12 0 0.27 199.13 0.34 0.6
Hex 76 A5 BB 25 C 0 1B C7 22 3C
Octal 166 245 273 45 14 0 33 307 42 74
Binary 1110110 10100101 10111011 100101 1100 0 11011 11000111 100010 111100

Color Harmonies of #76A5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A5BB

Black with #76A5BB

Text Example


Text Example

White with #76A5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,165,187); }

 H1.HeaderClassName
 {
   color: #76A5BB;
 }
 .AnyTagClassName
 {
   color: #76A5BB;
 }
</style>

background-color css

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

 a { background-color: rgb(118,165,187); }

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

border-color css

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

 span { border-color: rgb(118,165,187); }

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