#4C5753

Color #4C5753 Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #4C5753

Tints of Cape Cod #4C5753

Color information

#4C5753 (or 0x4C5753) is unknown color: approx Cape Cod. HEX triplet: 4C, 57 and 53. RGB value is (76,87,83). Sum of RGB (Red+Green+Blue) = 76+87+83=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 87 - color contains mainly: green. Hex color #4C5753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5753 is #B3A8AC. Grayscale: #535353. Windows color (decimal): -11774125 or 5461836. OLE color: 5461836.

HSL color Cylindrical-coordinate representation of color #4C5753: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C5753 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB768783-
CMYK0.1300.050.66
HSL158.18º6.75%31.96%-
HSV(B)158.18º12.64%34.12%-
XYZ7.958.989.5-
YUV83.26127.86122.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.89%
GREEN value IS 87 (34.38% from 255) = 35.37%
BLUE value IS 83 (32.81% from 255) = 33.74%
R=30.89%
G=35.37%
B=33.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7687830.1300.050.66158.186.7531.96
Hex4C5753D05429e720
Octal1141271231505102236740
Binary10011001010111101001111010101100001010011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C5753; }

 p { color: rgb(76,87,83); }

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

<style>
 a { background-color: #4C5753; }

 a { background-color: rgb(76,87,83); }

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

<style>
 span { border-color: #4C5753; }

 span { border-color: rgb(76,87,83); }

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