#7CBCA7

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

Shades of Monte Carlo #7CBCA7

Tints of Monte Carlo #7CBCA7

Color information

#7CBCA7 (or 0x7CBCA7) is unknown color: approx Monte Carlo. HEX triplet: 7C, BC and A7. RGB value is (124,188,167). Sum of RGB (Red+Green+Blue) = 124+188+167=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBCA7 is #834358. Grayscale: #A6A6A6. Windows color (decimal): -8602457 or 10992764. OLE color: 10992764.

HSL color Cylindrical-coordinate representation of color #7CBCA7: hue angle of 160.31º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBCA7 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB124188167-
CMYK0.3400.110.26
HSL160.31º32.32%61.18%-
HSV(B)160.31º34.04%73.73%-
XYZ33.2743.0443.11-
YUV166.47128.397.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.89%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 167 (65.62% from 255) = 34.86%
R=25.89%
G=39.25%
B=34.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241881670.3400.110.26160.3132.3261.18
Hex7CBCA7220B1Aa0203d
Octal17427424742013322404075
Binary11111001011110010100111100010010111101010100000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,188,167); }

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

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

 a { background-color: rgb(124,188,167); }

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

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

 span { border-color: rgb(124,188,167); }

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