#7A4555

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

Shades of Camelot #7A4555

Tints of Camelot #7A4555

Color information

#7A4555 (or 0x7A4555) is unknown color: approx Camelot. HEX triplet: 7A, 45 and 55. RGB value is (122,69,85). Sum of RGB (Red+Green+Blue) = 122+69+85=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4555 is #85BAAA. Grayscale: #565656. Windows color (decimal): -8764075 or 5588346. OLE color: 5588346.

HSL color Cylindrical-coordinate representation of color #7A4555: hue angle of 341.89º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A4555 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB1226985-
CMYK00.430.300.52
HSL341.89º27.75%37.45%-
HSV(B)341.89º43.44%47.84%-
XYZ11.799.059.72-
YUV86.67127.06153.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.20%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=44.20%
G=25%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122698500.430.300.52341.8927.7537.45
Hex7A455502B1E341561c25
Octal17210512505336645263445
Binary11110101000101101010101010111111011010010101011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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