Html Css Color HEX #769FAB Neptune

📋 copy color: '#769FAB'

red 118 ◦ green 159 ◦ blue 171

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

Shades of Neptune #769FAB

Tints of Neptune #769FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.17%

R = 26.34%
G = 35.49%
B = 38.17%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#769FAB (or 0x769FAB) is known color: Neptune. HEX triplet: 76, 9F and AB. RGB value is (118,159,171). Sum of RGB (Red+Green+Blue) = 118+159+171=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #769FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769FAB is #896054. Grayscale: #949494. Windows color (decimal): -9003093 or 11247478. OLE color: 11247478.

HSL color Cylindrical-coordinate representation of color #769FAB: hue angle of 193.58º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769FAB is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 159 171 -
CMYK 0.31 0.07 0 0.33
HSL 193.58º 0.24% 0.57% -
HSV(B) 193.58º 0.31% 0.67% -
XYZ 27.22 31.59 43.19 -
YUV 148.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 118 159 171 0.31 0.07 0 0.33 193.58 0.24 0.57
Hex 76 9F AB 1F 7 0 21 C2 18 39
Octal 166 237 253 37 7 0 41 302 30 71
Binary 1110110 10011111 10101011 11111 111 0 100001 11000010 11000 111001

Color Harmonies of #769FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769FAB

Black with #769FAB

Text Example


Text Example

White with #769FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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