Html Css Color HEX #7CABAC Neptune

📋 copy color: '#7CABAC'

red 124 ◦ green 171 ◦ blue 172

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

Shades of Neptune #7CABAC

Tints of Neptune #7CABAC

RGB

 RED value IS 124 (48.83% from 255) = 26.55%

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

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

R = 26.55%
G = 36.62%
B = 36.83%

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

#7CABAC (or 0x7CABAC) is known color: Neptune. HEX triplet: 7C, AB and AC. RGB value is (124,171,172). Sum of RGB (Red+Green+Blue) = 124+171+172=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #7CABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CABAC is #835453. Grayscale: #9D9D9D. Windows color (decimal): -8606804 or 11316092. OLE color: 11316092.

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

Color convert

RGB 124 171 172 -
CMYK 0.28 0.01 0 0.33
HSL 181.25º 0.22% 0.58% -
HSV(B) 181.25º 0.28% 0.67% -
XYZ 30.32 36.39 44.46 -
YUV 157.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 124 171 172 0.28 0.01 0 0.33 181.25 0.22 0.58
Hex 7C AB AC 1C 1 0 21 B5 16 3A
Octal 174 253 254 34 1 0 41 265 26 72
Binary 1111100 10101011 10101100 11100 1 0 100001 10110101 10110 111010

Color Harmonies of #7CABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CABAC

Black with #7CABAC

Text Example


Text Example

White with #7CABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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