Html Css Color HEX #77AFB5 Neptune

📋 copy color: '#77AFB5'

red 119 ◦ green 175 ◦ blue 181

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

Shades of Neptune #77AFB5

Tints of Neptune #77AFB5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.84%

 BLUE value IS 181 (71.09% from 255) = 38.11%

R = 25.05%
G = 36.84%
B = 38.11%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#77AFB5 (or 0x77AFB5) is known color: Neptune. HEX triplet: 77, AF and B5. RGB value is (119,175,181). Sum of RGB (Red+Green+Blue) = 119+175+181=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #77AFB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFB5 is #88504A. Grayscale: #9E9E9E. Windows color (decimal): -8933451 or 11906935. OLE color: 11906935.

HSL color Cylindrical-coordinate representation of color #77AFB5: hue angle of 185.81º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77AFB5 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 175 181 -
CMYK 0.34 0.03 0 0.29
HSL 185.81º 0.3% 0.59% -
HSV(B) 185.81º 0.34% 0.71% -
XYZ 31.28 37.92 49.39 -
YUV 158.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 119 175 181 0.34 0.03 0 0.29 185.81 0.3 0.59
Hex 77 AF B5 22 3 0 1D BA 1E 3B
Octal 167 257 265 42 3 0 35 272 36 73
Binary 1110111 10101111 10110101 100010 11 0 11101 10111010 11110 111011

Color Harmonies of #77AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AFB5

Black with #77AFB5

Text Example


Text Example

White with #77AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,175,181); }

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

background-color css

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

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

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

border-color css

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

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

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