Html Css Color HEX #7BA0A0 Neptune

📋 copy color: '#7BA0A0'

red 123 ◦ green 160 ◦ blue 160

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

Shades of Neptune #7BA0A0

Tints of Neptune #7BA0A0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.12%

 BLUE value IS 160 (62.89% from 255) = 36.12%

R = 27.77%
G = 36.12%
B = 36.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7BA0A0 (or 0x7BA0A0) is known color: Neptune. HEX triplet: 7B, A0 and A0. RGB value is (123,160,160). Sum of RGB (Red+Green+Blue) = 123+160+160=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #7BA0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA0A0 is #845F5F. Grayscale: #949494. Windows color (decimal): -8675168 or 10526843. OLE color: 10526843.

HSL color Cylindrical-coordinate representation of color #7BA0A0: hue angle of 180º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7BA0A0 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 123 160 160 -
CMYK 0.23 0 0 0.37
HSL 180º 0.16% 0.55% -
HSV(B) 180º 0.23% 0.63% -
XYZ 27.08 31.89 37.99 -
YUV 148.94 134.24 109.5 -
System Red Green Blue C M Y K H S L
Decimal 123 160 160 0.23 0 0 0.37 180 0.16 0.55
Hex 7B A0 A0 17 0 0 25 B4 10 37
Octal 173 240 240 27 0 0 45 264 20 67
Binary 1111011 10100000 10100000 10111 0 0 100101 10110100 10000 110111

Color Harmonies of #7BA0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA0A0

Black with #7BA0A0

Text Example


Text Example

White with #7BA0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,160,160); }

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

background-color css

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

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

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

border-color css

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

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

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