Html Css Color HEX #76A6AD Neptune

📋 copy color: '#76A6AD'

red 118 ◦ green 166 ◦ blue 173

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

Shades of Neptune #76A6AD

Tints of Neptune #76A6AD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.32%

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

R = 25.82%
G = 36.32%
B = 37.86%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#76A6AD (or 0x76A6AD) is known color: Neptune. HEX triplet: 76, A6 and AD. RGB value is (118,166,173). Sum of RGB (Red+Green+Blue) = 118+166+173=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #76A6AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A6AD is #895952. Grayscale: #989898. Windows color (decimal): -9001299 or 11380342. OLE color: 11380342.

HSL color Cylindrical-coordinate representation of color #76A6AD: hue angle of 187.64º 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 #76A6AD is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 166 173 -
CMYK 0.32 0.04 0 0.32
HSL 187.64º 0.25% 0.57% -
HSV(B) 187.64º 0.32% 0.68% -
XYZ 28.65 34.14 44.62 -
YUV 152.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 118 166 173 0.32 0.04 0 0.32 187.64 0.25 0.57
Hex 76 A6 AD 20 4 0 20 BC 19 39
Octal 166 246 255 40 4 0 40 274 31 71
Binary 1110110 10100110 10101101 100000 100 0 100000 10111100 11001 111001

Color Harmonies of #76A6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A6AD

Black with #76A6AD

Text Example


Text Example

White with #76A6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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