#7A4253

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

Shades of Camelot #7A4253

Tints of Camelot #7A4253

Color information

#7A4253 (or 0x7A4253) is unknown color: approx Camelot. HEX triplet: 7A, 42 and 53. RGB value is (122,66,83). Sum of RGB (Red+Green+Blue) = 122+66+83=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4253 is #85BDAC. Grayscale: #545454. Windows color (decimal): -8764845 or 5456506. OLE color: 5456506.

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

Color convert

RGB1226683-
CMYK00.460.320.52
HSL341.79º29.79%36.86%-
HSV(B)341.79º45.9%47.84%-
XYZ11.548.669.25-
YUV84.68127.05154.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.02%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=45.02%
G=24.35%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122668300.460.320.52341.7929.7936.86
Hex7A425302E20341561e25
Octal17210212305640645263645
Binary111101010000101010011010111010000011010010101011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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