#7D4155

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

Shades of Camelot #7D4155

Tints of Camelot #7D4155

Color information

#7D4155 (or 0x7D4155) is unknown color: approx Camelot. HEX triplet: 7D, 41 and 55. RGB value is (125,65,85). Sum of RGB (Red+Green+Blue) = 125+65+85=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4155 is #82BEAA. Grayscale: #555555. Windows color (decimal): -8568491 or 5587325. OLE color: 5587325.

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

Color convert

RGB1256585-
CMYK00.480.320.51
HSL340º31.58%37.25%-
HSV(B)340º48%49.02%-
XYZ11.998.89.66-
YUV85.22127.88156.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.45%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=45.45%
G=23.64%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125658500.480.320.5134031.5837.25
Hex7D415503020331542025
Octal17510112506040635244045
Binary1111101100000110101010110000100000110011101010100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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