Html Css Color HEX #769AA1 Neptune

📋 copy color: '#769AA1'

red 118 ◦ green 154 ◦ blue 161

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

Shades of Neptune #769AA1

Tints of Neptune #769AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.18%

R = 27.25%
G = 35.57%
B = 37.18%

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

#769AA1 (or 0x769AA1) is known color: Neptune. HEX triplet: 76, 9A and A1. RGB value is (118,154,161). Sum of RGB (Red+Green+Blue) = 118+154+161=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 161 - color contains mainly: blue. Hex color #769AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769AA1 is #89655E. Grayscale: #8F8F8F. Windows color (decimal): -9004383 or 10590838. OLE color: 10590838.

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

Color convert

RGB 118 154 161 -
CMYK 0.27 0.04 0 0.37
HSL 189.77º 0.19% 0.55% -
HSV(B) 189.77º 0.27% 0.63% -
XYZ 25.46 29.54 38.08 -
YUV 144.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 118 154 161 0.27 0.04 0 0.37 189.77 0.19 0.55
Hex 76 9A A1 1B 4 0 25 BE 13 37
Octal 166 232 241 33 4 0 45 276 23 67
Binary 1110110 10011010 10100001 11011 100 0 100101 10111110 10011 110111

Color Harmonies of #769AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769AA1

Black with #769AA1

Text Example


Text Example

White with #769AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,154,161); }

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

background-color css

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

 a { background-color: rgb(118,154,161); }

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

border-color css

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

 span { border-color: rgb(118,154,161); }

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