#7A3542

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

Shades of Camelot #7A3542

Tints of Camelot #7A3542

Color information

#7A3542 (or 0x7A3542) is unknown color: approx Camelot. HEX triplet: 7A, 35 and 42. RGB value is (122,53,66). Sum of RGB (Red+Green+Blue) = 122+53+66=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3542 is #85CABD. Grayscale: #4B4B4B. Windows color (decimal): -8768190 or 4339066. OLE color: 4339066.

HSL color Cylindrical-coordinate representation of color #7A3542: hue angle of 348.7º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A3542 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB1225366-
CMYK00.570.460.52
HSL348.7º39.43%34.31%-
HSV(B)348.7º56.56%47.84%-
XYZ10.287.085.98-
YUV75.11122.86161.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.62%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=50.62%
G=21.99%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122536600.570.460.52348.739.4334.31
Hex7A35420392E3415d2722
Octal1726510207156645354742
Binary111101011010110000100111001101110110100101011101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,53,66); }

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

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

 a { background-color: rgb(122,53,66); }

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

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

 span { border-color: rgb(122,53,66); }

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