Html Css Color HEX #77ACB3 Neptune

📋 copy color: '#77ACB3'

red 119 ◦ green 172 ◦ blue 179

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

Shades of Neptune #77ACB3

Tints of Neptune #77ACB3

RGB

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

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

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

R = 25.32%
G = 36.6%
B = 38.09%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#77ACB3 (or 0x77ACB3) is known color: Neptune. HEX triplet: 77, AC and B3. RGB value is (119,172,179). Sum of RGB (Red+Green+Blue) = 119+172+179=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #77ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACB3 is #88534C. Grayscale: #9C9C9C. Windows color (decimal): -8934221 or 11775095. OLE color: 11775095.

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

Color convert

RGB 119 172 179 -
CMYK 0.34 0.04 0 0.30
HSL 187º 0.28% 0.58% -
HSV(B) 187º 0.34% 0.7% -
XYZ 30.5 36.68 48.12 -
YUV 156.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 119 172 179 0.34 0.04 0 0.30 187 0.28 0.58
Hex 77 AC B3 22 4 0 1E BB 1C 3A
Octal 167 254 263 42 4 0 36 273 34 72
Binary 1110111 10101100 10110011 100010 100 0 11110 10111011 11100 111010

Color Harmonies of #77ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACB3

Black with #77ACB3

Text Example


Text Example

White with #77ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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