Html Css Color HEX #76A3B7 Glacier

📋 copy color: '#76A3B7'

red 118 ◦ green 163 ◦ blue 183

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

Shades of Glacier #76A3B7

Tints of Glacier #76A3B7

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

 BLUE value IS 183 (71.88% from 255) = 39.44%

R = 25.43%
G = 35.13%
B = 39.44%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#76A3B7 (or 0x76A3B7) is known color: Glacier. HEX triplet: 76, A3 and B7. RGB value is (118,163,183). Sum of RGB (Red+Green+Blue) = 118+163+183=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 183 - color contains mainly: blue. Hex color #76A3B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3B7 is #895C48. Grayscale: #979797. Windows color (decimal): -9002057 or 12034934. OLE color: 12034934.

HSL color Cylindrical-coordinate representation of color #76A3B7: hue angle of 198.46º degrees, saturation: 0.31, 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 #76A3B7 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 163 183 -
CMYK 0.36 0.11 0 0.28
HSL 198.46º 0.31% 0.59% -
HSV(B) 198.46º 0.36% 0.72% -
XYZ 29.12 33.46 49.72 -
YUV 151.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 118 163 183 0.36 0.11 0 0.28 198.46 0.31 0.59
Hex 76 A3 B7 24 B 0 1C C6 1F 3B
Octal 166 243 267 44 13 0 34 306 37 73
Binary 1110110 10100011 10110111 100100 1011 0 11100 11000110 11111 111011

Color Harmonies of #76A3B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A3B7

Black with #76A3B7

Text Example


Text Example

White with #76A3B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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