Html Css Color HEX #769FA0 Neptune

📋 copy color: '#769FA0'

red 118 ◦ green 159 ◦ blue 160

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

Shades of Neptune #769FA0

Tints of Neptune #769FA0

RGB

 RED value IS 118 (46.48% from 255) = 27%

 GREEN value IS 159 (62.5% from 255) = 36.38%

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

R = 27%
G = 36.38%
B = 36.61%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#769FA0 (or 0x769FA0) is known color: Neptune. HEX triplet: 76, 9F and A0. RGB value is (118,159,160). Sum of RGB (Red+Green+Blue) = 118+159+160=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 160 - color contains mainly: blue. Hex color #769FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769FA0 is #89605F. Grayscale: #929292. Windows color (decimal): -9003104 or 10526582. OLE color: 10526582.

HSL color Cylindrical-coordinate representation of color #769FA0: hue angle of 181.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769FA0 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 159 160 -
CMYK 0.26 0.01 0 0.37
HSL 181.43º 0.18% 0.55% -
HSV(B) 181.43º 0.26% 0.63% -
XYZ 26.21 31.19 37.9 -
YUV 146.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 118 159 160 0.26 0.01 0 0.37 181.43 0.18 0.55
Hex 76 9F A0 1A 1 0 25 B5 12 37
Octal 166 237 240 32 1 0 45 265 22 67
Binary 1110110 10011111 10100000 11010 1 0 100101 10110101 10010 110111

Color Harmonies of #769FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769FA0

Black with #769FA0

Text Example


Text Example

White with #769FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769FA0; }

 p { color: rgb(118,159,160); }

 H1.HeaderClassName
 {
   color: #769FA0;
 }
 .AnyTagClassName
 {
   color: #769FA0;
 }
</style>

background-color css

<style>
 a { background-color: #769FA0; }

 a { background-color: rgb(118,159,160); }

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

border-color css

<style>
 span { border-color: #769FA0; }

 span { border-color: rgb(118,159,160); }

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