#7A424B

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

Shades of Camelot #7A424B

Tints of Camelot #7A424B

Color information

#7A424B (or 0x7A424B) is unknown color: approx Camelot. HEX triplet: 7A, 42 and 4B. RGB value is (122,66,75). Sum of RGB (Red+Green+Blue) = 122+66+75=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A424B is #85BDB4. Grayscale: #535353. Windows color (decimal): -8764853 or 4932218. OLE color: 4932218.

HSL color Cylindrical-coordinate representation of color #7A424B: hue angle of 350.36º 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 #7A424B is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB1226675-
CMYK00.460.390.52
HSL350.36º29.79%36.86%-
HSV(B)350.36º45.9%47.84%-
XYZ11.248.547.71-
YUV83.77123.05155.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.39%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=46.39%
G=25.10%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122667500.460.390.52350.3629.7936.86
Hex7A424B02E273415e1e25
Octal17210211305647645363645
Binary111101010000101001011010111010011111010010101111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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