Html Css Color HEX #76A1AD Neptune

📋 copy color: '#76A1AD'

red 118 ◦ green 161 ◦ blue 173

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

Shades of Neptune #76A1AD

Tints of Neptune #76A1AD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.62%

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 26.11%
G = 35.62%
B = 38.27%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#76A1AD (or 0x76A1AD) is known color: Neptune. HEX triplet: 76, A1 and AD. RGB value is (118,161,173). Sum of RGB (Red+Green+Blue) = 118+161+173=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #76A1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A1AD is #895E52. Grayscale: #959595. Windows color (decimal): -9002579 or 11379062. OLE color: 11379062.

HSL color Cylindrical-coordinate representation of color #76A1AD: hue angle of 193.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76A1AD is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 161 173 -
CMYK 0.32 0.07 0 0.32
HSL 193.09º 0.25% 0.57% -
HSV(B) 193.09º 0.32% 0.68% -
XYZ 27.76 32.36 44.32 -
YUV 149.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 118 161 173 0.32 0.07 0 0.32 193.09 0.25 0.57
Hex 76 A1 AD 20 7 0 20 C1 19 39
Octal 166 241 255 40 7 0 40 301 31 71
Binary 1110110 10100001 10101101 100000 111 0 100000 11000001 11001 111001

Color Harmonies of #76A1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A1AD

Black with #76A1AD

Text Example


Text Example

White with #76A1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,161,173); }

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

background-color css

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

 a { background-color: rgb(118,161,173); }

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

border-color css

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

 span { border-color: rgb(118,161,173); }

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