Html Css Color HEX #76999F Neptune

📋 copy color: '#76999F'

red 118 ◦ green 153 ◦ blue 159

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

Shades of Neptune #76999F

Tints of Neptune #76999F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 27.44%
G = 35.58%
B = 36.98%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76999F (or 0x76999F) is known color: Neptune. HEX triplet: 76, 99 and 9F. RGB value is (118,153,159). Sum of RGB (Red+Green+Blue) = 118+153+159=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #76999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76999F is #896660. Grayscale: #8F8F8F. Windows color (decimal): -9004641 or 10459510. OLE color: 10459510.

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

Color convert

RGB 118 153 159 -
CMYK 0.26 0.04 0 0.38
HSL 188.78º 0.18% 0.54% -
HSV(B) 188.78º 0.26% 0.62% -
XYZ 25.12 29.14 37.1 -
YUV 143.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 118 153 159 0.26 0.04 0 0.38 188.78 0.18 0.54
Hex 76 99 9F 1A 4 0 26 BD 12 36
Octal 166 231 237 32 4 0 46 275 22 66
Binary 1110110 10011001 10011111 11010 100 0 100110 10111101 10010 110110

Color Harmonies of #76999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76999F

Black with #76999F

Text Example


Text Example

White with #76999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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