Html Css Color HEX #76A5AA Neptune

📋 copy color: '#76A5AA'

red 118 ◦ green 165 ◦ blue 170

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

Shades of Neptune #76A5AA

Tints of Neptune #76A5AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 26.05%
G = 36.42%
B = 37.53%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#76A5AA (or 0x76A5AA) is known color: Neptune. HEX triplet: 76, A5 and AA. RGB value is (118,165,170). Sum of RGB (Red+Green+Blue) = 118+165+170=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #76A5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A5AA is #895A55. Grayscale: #979797. Windows color (decimal): -9001558 or 11183478. OLE color: 11183478.

HSL color Cylindrical-coordinate representation of color #76A5AA: hue angle of 185.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76A5AA is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 165 170 -
CMYK 0.31 0.03 0 0.33
HSL 185.77º 0.23% 0.56% -
HSV(B) 185.77º 0.31% 0.67% -
XYZ 28.18 33.66 43.04 -
YUV 151.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 118 165 170 0.31 0.03 0 0.33 185.77 0.23 0.56
Hex 76 A5 AA 1F 3 0 21 BA 17 38
Octal 166 245 252 37 3 0 41 272 27 70
Binary 1110110 10100101 10101010 11111 11 0 100001 10111010 10111 111000

Color Harmonies of #76A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A5AA

Black with #76A5AA

Text Example


Text Example

White with #76A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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