#7A4152

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

Shades of Camelot #7A4152

Tints of Camelot #7A4152

Color information

#7A4152 (or 0x7A4152) is unknown color: approx Camelot. HEX triplet: 7A, 41 and 52. RGB value is (122,65,82). Sum of RGB (Red+Green+Blue) = 122+65+82=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4152 is #85BEAD. Grayscale: #535353. Windows color (decimal): -8765102 or 5390714. OLE color: 5390714.

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

Color convert

RGB1226582-
CMYK00.470.330.52
HSL342.11º30.48%36.67%-
HSV(B)342.11º46.72%47.84%-
XYZ11.448.539.03-
YUV83.98126.88155.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.35%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=45.35%
G=24.16%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122658200.470.330.52342.1130.4836.67
Hex7A415202F21341561e25
Octal17210112205741645263645
Binary111101010000011010010010111110000111010010101011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,65,82); }

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

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

 a { background-color: rgb(122,65,82); }

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

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

 span { border-color: rgb(122,65,82); }

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