Html Css Color HEX #759AA0 Neptune

📋 copy color: '#759AA0'

red 117 ◦ green 154 ◦ blue 160

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

Shades of Neptune #759AA0

Tints of Neptune #759AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.73%

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 27.15%
G = 35.73%
B = 37.12%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#759AA0 (or 0x759AA0) is known color: Neptune. HEX triplet: 75, 9A and A0. RGB value is (117,154,160). Sum of RGB (Red+Green+Blue) = 117+154+160=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 160 - color contains mainly: blue. Hex color #759AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759AA0 is #8A655F. Grayscale: #8F8F8F. Windows color (decimal): -9069920 or 10525301. OLE color: 10525301.

HSL color Cylindrical-coordinate representation of color #759AA0: hue angle of 188.37º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #759AA0 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 154 160 -
CMYK 0.27 0.04 0 0.37
HSL 188.37º 0.18% 0.54% -
HSV(B) 188.37º 0.27% 0.63% -
XYZ 25.24 29.43 37.61 -
YUV 143.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 117 154 160 0.27 0.04 0 0.37 188.37 0.18 0.54
Hex 75 9A A0 1B 4 0 25 BC 12 36
Octal 165 232 240 33 4 0 45 274 22 66
Binary 1110101 10011010 10100000 11011 100 0 100101 10111100 10010 110110

Color Harmonies of #759AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AA0

Black with #759AA0

Text Example


Text Example

White with #759AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,154,160); }

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

background-color css

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

 a { background-color: rgb(117,154,160); }

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

border-color css

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

 span { border-color: rgb(117,154,160); }

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