Html Css Color HEX #77ACAB Neptune

📋 copy color: '#77ACAB'

red 119 ◦ green 172 ◦ blue 171

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

Shades of Neptune #77ACAB

Tints of Neptune #77ACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.23%

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

R = 25.76%
G = 37.23%
B = 37.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#77ACAB (or 0x77ACAB) is known color: Neptune. HEX triplet: 77, AC and AB. RGB value is (119,172,171). Sum of RGB (Red+Green+Blue) = 119+172+171=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #77ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ACAB is #885354. Grayscale: #9B9B9B. Windows color (decimal): -8934229 or 11250807. OLE color: 11250807.

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

Color convert

RGB 119 172 171 -
CMYK 0.31 0 0.01 0.33
HSL 178.87º 0.24% 0.57% -
HSV(B) 178.87º 0.31% 0.67% -
XYZ 29.71 36.37 43.98 -
YUV 156.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 119 172 171 0.31 0 0.01 0.33 178.87 0.24 0.57
Hex 77 AC AB 1F 0 1 21 B3 18 39
Octal 167 254 253 37 0 1 41 263 30 71
Binary 1110111 10101100 10101011 11111 0 1 100001 10110011 11000 111001

Color Harmonies of #77ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACAB

Black with #77ACAB

Text Example


Text Example

White with #77ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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