#7D4555

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

Shades of Camelot #7D4555

Tints of Camelot #7D4555

Color information

#7D4555 (or 0x7D4555) is unknown color: approx Camelot. HEX triplet: 7D, 45 and 55. RGB value is (125,69,85). Sum of RGB (Red+Green+Blue) = 125+69+85=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4555 is #82BAAA. Grayscale: #575757. Windows color (decimal): -8567467 or 5588349. OLE color: 5588349.

HSL color Cylindrical-coordinate representation of color #7D4555: hue angle of 342.86º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D4555 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB1256985-
CMYK00.450.320.51
HSL342.86º28.87%38.04%-
HSV(B)342.86º44.8%49.02%-
XYZ12.239.279.74-
YUV87.57126.55154.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.80%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=44.80%
G=24.73%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125698500.450.320.51342.8628.8738.04
Hex7D455502D20331571d26
Octal17510512505540635273546
Binary111110110001011010101010110110000011001110101011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,69,85); }

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

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

 a { background-color: rgb(125,69,85); }

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

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

 span { border-color: rgb(125,69,85); }

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