#7A4954

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

Shades of Camelot #7A4954

Tints of Camelot #7A4954

Color information

#7A4954 (or 0x7A4954) is unknown color: approx Camelot. HEX triplet: 7A, 49 and 54. RGB value is (122,73,84). Sum of RGB (Red+Green+Blue) = 122+73+84=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4954 is #85B6AB. Grayscale: #585858. Windows color (decimal): -8763052 or 5523834. OLE color: 5523834.

HSL color Cylindrical-coordinate representation of color #7A4954: hue angle of 346.53º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A4954 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB1227384-
CMYK00.400.310.52
HSL346.53º25.13%38.24%-
HSV(B)346.53º40.16%47.84%-
XYZ12.019.549.6-
YUV88.9125.23151.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.73%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=43.73%
G=26.16%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122738400.400.310.52346.5325.1338.24
Hex7A49540281F3415b1926
Octal17211112405037645333146
Binary11110101001001101010001010001111111010010101101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,73,84); }

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

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

 a { background-color: rgb(122,73,84); }

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

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

 span { border-color: rgb(122,73,84); }

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