Html Css Color HEX #77ADB3 Neptune

📋 copy color: '#77ADB3'

red 119 ◦ green 173 ◦ blue 179

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

Shades of Neptune #77ADB3

Tints of Neptune #77ADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38%

R = 25.27%
G = 36.73%
B = 38%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#77ADB3 (or 0x77ADB3) is known color: Neptune. HEX triplet: 77, AD and B3. RGB value is (119,173,179). Sum of RGB (Red+Green+Blue) = 119+173+179=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #77ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADB3 is #88524C. Grayscale: #9D9D9D. Windows color (decimal): -8933965 or 11775351. OLE color: 11775351.

HSL color Cylindrical-coordinate representation of color #77ADB3: hue angle of 186º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77ADB3 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 173 179 -
CMYK 0.34 0.03 0 0.30
HSL 186º 0.28% 0.58% -
HSV(B) 186º 0.34% 0.7% -
XYZ 30.69 37.06 48.18 -
YUV 157.54 140.11 100.51 -
System Red Green Blue C M Y K H S L
Decimal 119 173 179 0.34 0.03 0 0.30 186 0.28 0.58
Hex 77 AD B3 22 3 0 1E BA 1C 3A
Octal 167 255 263 42 3 0 36 272 34 72
Binary 1110111 10101101 10110011 100010 11 0 11110 10111010 11100 111010

Color Harmonies of #77ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ADB3

Black with #77ADB3

Text Example


Text Example

White with #77ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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