Html Css Color HEX #759D9D Neptune

📋 copy color: '#759D9D'

red 117 ◦ green 157 ◦ blue 157

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

Shades of Neptune #759D9D

Tints of Neptune #759D9D

RGB

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

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

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

R = 27.15%
G = 36.43%
B = 36.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#759D9D (or 0x759D9D) is known color: Neptune. HEX triplet: 75, 9D and 9D. RGB value is (117,157,157). Sum of RGB (Red+Green+Blue) = 117+157+157=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #759D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759D9D is #8A6262. Grayscale: #919191. Windows color (decimal): -9069155 or 10329461. OLE color: 10329461.

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

Color convert

RGB 117 157 157 -
CMYK 0.25 0 0 0.38
HSL 180º 0.17% 0.54% -
HSV(B) 180º 0.25% 0.62% -
XYZ 25.48 30.33 36.41 -
YUV 145.04 134.75 108 -
System Red Green Blue C M Y K H S L
Decimal 117 157 157 0.25 0 0 0.38 180 0.17 0.54
Hex 75 9D 9D 19 0 0 26 B4 11 36
Octal 165 235 235 31 0 0 46 264 21 66
Binary 1110101 10011101 10011101 11001 0 0 100110 10110100 10001 110110

Color Harmonies of #759D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D9D

Black with #759D9D

Text Example


Text Example

White with #759D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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