Html Css Color HEX #75A7AD Neptune

📋 copy color: '#75A7AD'

red 117 ◦ green 167 ◦ blue 173

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

Shades of Neptune #75A7AD

Tints of Neptune #75A7AD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.54%

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 25.6%
G = 36.54%
B = 37.86%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#75A7AD (or 0x75A7AD) is known color: Neptune. HEX triplet: 75, A7 and AD. RGB value is (117,167,173). Sum of RGB (Red+Green+Blue) = 117+167+173=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #75A7AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A7AD is #8A5852. Grayscale: #989898. Windows color (decimal): -9066579 or 11380597. OLE color: 11380597.

HSL color Cylindrical-coordinate representation of color #75A7AD: hue angle of 186.43º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75A7AD is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 167 173 -
CMYK 0.32 0.03 0 0.32
HSL 186.43º 0.25% 0.57% -
HSV(B) 186.43º 0.32% 0.68% -
XYZ 28.7 34.44 44.67 -
YUV 152.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 117 167 173 0.32 0.03 0 0.32 186.43 0.25 0.57
Hex 75 A7 AD 20 3 0 20 BA 19 39
Octal 165 247 255 40 3 0 40 272 31 71
Binary 1110101 10100111 10101101 100000 11 0 100000 10111010 11001 111001

Color Harmonies of #75A7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A7AD

Black with #75A7AD

Text Example


Text Example

White with #75A7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A7AD; }

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

 H1.HeaderClassName
 {
   color: #75A7AD;
 }
 .AnyTagClassName
 {
   color: #75A7AD;
 }
</style>

background-color css

<style>
 a { background-color: #75A7AD; }

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

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

border-color css

<style>
 span { border-color: #75A7AD; }

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

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