Html Css Color HEX #759DA7 Neptune

📋 copy color: '#759DA7'

red 117 ◦ green 157 ◦ blue 167

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

Shades of Neptune #759DA7

Tints of Neptune #759DA7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.6%

 BLUE value IS 167 (65.63% from 255) = 37.87%

R = 26.53%
G = 35.6%
B = 37.87%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#759DA7 (or 0x759DA7) is known color: Neptune. HEX triplet: 75, 9D and A7. RGB value is (117,157,167). Sum of RGB (Red+Green+Blue) = 117+157+167=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 167 - color contains mainly: blue. Hex color #759DA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759DA7 is #8A6258. Grayscale: #929292. Windows color (decimal): -9069145 or 10984821. OLE color: 10984821.

HSL color Cylindrical-coordinate representation of color #759DA7: hue angle of 192º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #759DA7 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 157 167 -
CMYK 0.30 0.06 0 0.35
HSL 192º 0.22% 0.56% -
HSV(B) 192º 0.3% 0.65% -
XYZ 26.37 30.69 41.09 -
YUV 146.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 117 157 167 0.30 0.06 0 0.35 192 0.22 0.56
Hex 75 9D A7 1E 6 0 23 C0 16 38
Octal 165 235 247 36 6 0 43 300 26 70
Binary 1110101 10011101 10100111 11110 110 0 100011 11000000 10110 111000

Color Harmonies of #759DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759DA7

Black with #759DA7

Text Example


Text Example

White with #759DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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