Html Css Color HEX #77ADAB Neptune

📋 copy color: '#77ADAB'

red 119 ◦ green 173 ◦ blue 171

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

Shades of Neptune #77ADAB

Tints of Neptune #77ADAB

RGB

 RED value IS 119 (46.88% from 255) = 25.7%

 GREEN value IS 173 (67.97% from 255) = 37.37%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 25.7%
G = 37.37%
B = 36.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#77ADAB (or 0x77ADAB) is known color: Neptune. HEX triplet: 77, AD and AB. RGB value is (119,173,171). Sum of RGB (Red+Green+Blue) = 119+173+171=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #77ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ADAB is #885254. Grayscale: #9C9C9C. Windows color (decimal): -8933973 or 11251063. OLE color: 11251063.

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

Color convert

RGB 119 173 171 -
CMYK 0.31 0 0.01 0.32
HSL 177.78º 0.25% 0.57% -
HSV(B) 177.78º 0.31% 0.68% -
XYZ 29.9 36.75 44.05 -
YUV 156.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 119 173 171 0.31 0 0.01 0.32 177.78 0.25 0.57
Hex 77 AD AB 1F 0 1 20 B2 19 39
Octal 167 255 253 37 0 1 40 262 31 71
Binary 1110111 10101101 10101011 11111 0 1 100000 10110010 11001 111001

Color Harmonies of #77ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ADAB

Black with #77ADAB

Text Example


Text Example

White with #77ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77ADAB; }

 p { color: rgb(119,173,171); }

 H1.HeaderClassName
 {
   color: #77ADAB;
 }
 .AnyTagClassName
 {
   color: #77ADAB;
 }
</style>

background-color css

<style>
 a { background-color: #77ADAB; }

 a { background-color: rgb(119,173,171); }

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

border-color css

<style>
 span { border-color: #77ADAB; }

 span { border-color: rgb(119,173,171); }

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