Html Css Color HEX #76999D Neptune

📋 copy color: '#76999D'

red 118 ◦ green 153 ◦ blue 157

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

Shades of Neptune #76999D

Tints of Neptune #76999D

RGB

 RED value IS 118 (46.48% from 255) = 27.57%

 GREEN value IS 153 (60.16% from 255) = 35.75%

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 27.57%
G = 35.75%
B = 36.68%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76999D (or 0x76999D) is known color: Neptune. HEX triplet: 76, 99 and 9D. RGB value is (118,153,157). Sum of RGB (Red+Green+Blue) = 118+153+157=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #76999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76999D is #896662. Grayscale: #8E8E8E. Windows color (decimal): -9004643 or 10328438. OLE color: 10328438.

HSL color Cylindrical-coordinate representation of color #76999D: hue angle of 186.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76999D is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 153 157 -
CMYK 0.25 0.03 0 0.38
HSL 186.15º 0.17% 0.54% -
HSV(B) 186.15º 0.25% 0.62% -
XYZ 24.95 29.07 36.19 -
YUV 142.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 118 153 157 0.25 0.03 0 0.38 186.15 0.17 0.54
Hex 76 99 9D 19 3 0 26 BA 11 36
Octal 166 231 235 31 3 0 46 272 21 66
Binary 1110110 10011001 10011101 11001 11 0 100110 10111010 10001 110110

Color Harmonies of #76999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76999D

Black with #76999D

Text Example


Text Example

White with #76999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76999D; }

 p { color: rgb(118,153,157); }

 H1.HeaderClassName
 {
   color: #76999D;
 }
 .AnyTagClassName
 {
   color: #76999D;
 }
</style>

background-color css

<style>
 a { background-color: #76999D; }

 a { background-color: rgb(118,153,157); }

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

border-color css

<style>
 span { border-color: #76999D; }

 span { border-color: rgb(118,153,157); }

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