Html Css Color HEX #769CA2 Neptune

📋 copy color: '#769CA2'

red 118 ◦ green 156 ◦ blue 162

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

Shades of Neptune #769CA2

Tints of Neptune #769CA2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.78%

 BLUE value IS 162 (63.67% from 255) = 37.16%

R = 27.06%
G = 35.78%
B = 37.16%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#769CA2 (or 0x769CA2) is known color: Neptune. HEX triplet: 76, 9C and A2. RGB value is (118,156,162). Sum of RGB (Red+Green+Blue) = 118+156+162=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 162 - color contains mainly: blue. Hex color #769CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769CA2 is #89635D. Grayscale: #919191. Windows color (decimal): -9003870 or 10656886. OLE color: 10656886.

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

Color convert

RGB 118 156 162 -
CMYK 0.27 0.04 0 0.36
HSL 188.18º 0.19% 0.55% -
HSV(B) 188.18º 0.27% 0.64% -
XYZ 25.88 30.24 38.65 -
YUV 145.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 118 156 162 0.27 0.04 0 0.36 188.18 0.19 0.55
Hex 76 9C A2 1B 4 0 24 BC 13 37
Octal 166 234 242 33 4 0 44 274 23 67
Binary 1110110 10011100 10100010 11011 100 0 100100 10111100 10011 110111

Color Harmonies of #769CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CA2

Black with #769CA2

Text Example


Text Example

White with #769CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,156,162); }

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

background-color css

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

 a { background-color: rgb(118,156,162); }

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

border-color css

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

 span { border-color: rgb(118,156,162); }

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