Html Css Color HEX #77AEAE Neptune

📋 copy color: '#77AEAE'

red 119 ◦ green 174 ◦ blue 174

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

Shades of Neptune #77AEAE

Tints of Neptune #77AEAE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.26%

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 25.48%
G = 37.26%
B = 37.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#77AEAE (or 0x77AEAE) is known color: Neptune. HEX triplet: 77, AE and AE. RGB value is (119,174,174). Sum of RGB (Red+Green+Blue) = 119+174+174=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #77AEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AEAE is #885151. Grayscale: #9D9D9D. Windows color (decimal): -8933714 or 11447927. OLE color: 11447927.

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

Color convert

RGB 119 174 174 -
CMYK 0.32 0 0 0.32
HSL 180º 0.25% 0.57% -
HSV(B) 180º 0.32% 0.68% -
XYZ 30.38 37.25 45.63 -
YUV 157.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 119 174 174 0.32 0 0 0.32 180 0.25 0.57
Hex 77 AE AE 20 0 0 20 B4 19 39
Octal 167 256 256 40 0 0 40 264 31 71
Binary 1110111 10101110 10101110 100000 0 0 100000 10110100 11001 111001

Color Harmonies of #77AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEAE

Black with #77AEAE

Text Example


Text Example

White with #77AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,174,174); }

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

background-color css

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

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

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

border-color css

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

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

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