Html Css Color HEX #7BABAC Neptune

📋 copy color: '#7BABAC'

red 123 ◦ green 171 ◦ blue 172

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

Shades of Neptune #7BABAC

Tints of Neptune #7BABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.7%

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

R = 26.39%
G = 36.7%
B = 36.91%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7BABAC (or 0x7BABAC) is known color: Neptune. HEX triplet: 7B, AB and AC. RGB value is (123,171,172). Sum of RGB (Red+Green+Blue) = 123+171+172=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #7BABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BABAC is #845453. Grayscale: #9C9C9C. Windows color (decimal): -8672340 or 11316091. OLE color: 11316091.

HSL color Cylindrical-coordinate representation of color #7BABAC: hue angle of 181.22º 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 #7BABAC is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 171 172 -
CMYK 0.28 0.01 0 0.33
HSL 181.22º 0.23% 0.58% -
HSV(B) 181.22º 0.28% 0.67% -
XYZ 30.18 36.32 44.45 -
YUV 156.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 123 171 172 0.28 0.01 0 0.33 181.22 0.23 0.58
Hex 7B AB AC 1C 1 0 21 B5 17 3A
Octal 173 253 254 34 1 0 41 265 27 72
Binary 1111011 10101011 10101100 11100 1 0 100001 10110101 10111 111010

Color Harmonies of #7BABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BABAC

Black with #7BABAC

Text Example


Text Example

White with #7BABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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