Html Css Color HEX #7BA8AC Neptune

📋 copy color: '#7BA8AC'

red 123 ◦ green 168 ◦ blue 172

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

Shades of Neptune #7BA8AC

Tints of Neptune #7BA8AC

RGB

 RED value IS 123 (48.44% from 255) = 26.57%

 GREEN value IS 168 (66.02% from 255) = 36.29%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 26.57%
G = 36.29%
B = 37.15%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7BA8AC (or 0x7BA8AC) is known color: Neptune. HEX triplet: 7B, A8 and AC. RGB value is (123,168,172). Sum of RGB (Red+Green+Blue) = 123+168+172=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #7BA8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA8AC is #845753. Grayscale: #9A9A9A. Windows color (decimal): -8673108 or 11315323. OLE color: 11315323.

HSL color Cylindrical-coordinate representation of color #7BA8AC: hue angle of 184.9º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BA8AC is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 168 172 -
CMYK 0.28 0.02 0 0.33
HSL 184.9º 0.23% 0.58% -
HSV(B) 184.9º 0.28% 0.67% -
XYZ 29.62 35.19 44.26 -
YUV 155 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 123 168 172 0.28 0.02 0 0.33 184.9 0.23 0.58
Hex 7B A8 AC 1C 2 0 21 B9 17 3A
Octal 173 250 254 34 2 0 41 271 27 72
Binary 1111011 10101000 10101100 11100 10 0 100001 10111001 10111 111010

Color Harmonies of #7BA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA8AC

Black with #7BA8AC

Text Example


Text Example

White with #7BA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BA8AC; }

 p { color: rgb(123,168,172); }

 H1.HeaderClassName
 {
   color: #7BA8AC;
 }
 .AnyTagClassName
 {
   color: #7BA8AC;
 }
</style>

background-color css

<style>
 a { background-color: #7BA8AC; }

 a { background-color: rgb(123,168,172); }

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

border-color css

<style>
 span { border-color: #7BA8AC; }

 span { border-color: rgb(123,168,172); }

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