Html Css Color HEX #759B9D Neptune

📋 copy color: '#759B9D'

red 117 ◦ green 155 ◦ blue 157

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

Shades of Neptune #759B9D

Tints of Neptune #759B9D

RGB

 RED value IS 117 (46.09% from 255) = 27.27%

 GREEN value IS 155 (60.94% from 255) = 36.13%

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

R = 27.27%
G = 36.13%
B = 36.6%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#759B9D (or 0x759B9D) is known color: Neptune. HEX triplet: 75, 9B and 9D. RGB value is (117,155,157). Sum of RGB (Red+Green+Blue) = 117+155+157=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #759B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B9D is #8A6462. Grayscale: #8F8F8F. Windows color (decimal): -9069667 or 10328949. OLE color: 10328949.

HSL color Cylindrical-coordinate representation of color #759B9D: hue angle of 183º 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 #759B9D is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 155 157 -
CMYK 0.25 0.01 0 0.38
HSL 183º 0.17% 0.54% -
HSV(B) 183º 0.25% 0.62% -
XYZ 25.14 29.66 36.3 -
YUV 143.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 117 155 157 0.25 0.01 0 0.38 183 0.17 0.54
Hex 75 9B 9D 19 1 0 26 B7 11 36
Octal 165 233 235 31 1 0 46 267 21 66
Binary 1110101 10011011 10011101 11001 1 0 100110 10110111 10001 110110

Color Harmonies of #759B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B9D

Black with #759B9D

Text Example


Text Example

White with #759B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759B9D; }

 p { color: rgb(117,155,157); }

 H1.HeaderClassName
 {
   color: #759B9D;
 }
 .AnyTagClassName
 {
   color: #759B9D;
 }
</style>

background-color css

<style>
 a { background-color: #759B9D; }

 a { background-color: rgb(117,155,157); }

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

border-color css

<style>
 span { border-color: #759B9D; }

 span { border-color: rgb(117,155,157); }

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