Html Css Color HEX #769BA1 Neptune

📋 copy color: '#769BA1'

red 118 ◦ green 155 ◦ blue 161

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

Shades of Neptune #769BA1

Tints of Neptune #769BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.71%

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

R = 27.19%
G = 35.71%
B = 37.1%

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

#769BA1 (or 0x769BA1) is known color: Neptune. HEX triplet: 76, 9B and A1. RGB value is (118,155,161). Sum of RGB (Red+Green+Blue) = 118+155+161=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 161 - color contains mainly: blue. Hex color #769BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BA1 is #89645E. Grayscale: #909090. Windows color (decimal): -9004127 or 10591094. OLE color: 10591094.

HSL color Cylindrical-coordinate representation of color #769BA1: hue angle of 188.37º 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 #769BA1 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 155 161 -
CMYK 0.27 0.04 0 0.37
HSL 188.37º 0.19% 0.55% -
HSV(B) 188.37º 0.27% 0.63% -
XYZ 25.63 29.87 38.13 -
YUV 144.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 118 155 161 0.27 0.04 0 0.37 188.37 0.19 0.55
Hex 76 9B A1 1B 4 0 25 BC 13 37
Octal 166 233 241 33 4 0 45 274 23 67
Binary 1110110 10011011 10100001 11011 100 0 100101 10111100 10011 110111

Color Harmonies of #769BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BA1

Black with #769BA1

Text Example


Text Example

White with #769BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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