#7CACB1

Color #7CACB1 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #7CACB1

Tints of Neptune #7CACB1

Color information

#7CACB1 (or 0x7CACB1) is unknown color: approx Neptune. HEX triplet: 7C, AC and B1. RGB value is (124,172,177). Sum of RGB (Red+Green+Blue) = 124+172+177=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 177 - color contains mainly: blue. Hex color #7CACB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CACB1 is #83534E. Grayscale: #9E9E9E. Windows color (decimal): -8606543 or 11644028. OLE color: 11644028.

HSL color Cylindrical-coordinate representation of color #7CACB1: hue angle of 185.66º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CACB1 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB124172177-
CMYK0.300.0300.31
HSL185.66º25.36%59.02%-
HSV(B)185.66º29.94%69.41%-
XYZ3136.9647.1-
YUV158.22138.6103.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.22%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=26.22%
G=36.36%
B=37.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241721770.300.0300.31185.6625.3659.02
Hex7CACB11E301Fba193b
Octal1742542613630372723173
Binary1111100101011001011000111110110111111011101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CACB1;
 }
 .AnyTagClassName
 {
   color: #7CACB1;
 }
</style>
background-color css

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

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

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

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

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

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