#7A3B4C

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

Shades of Camelot #7A3B4C

Tints of Camelot #7A3B4C

Color information

#7A3B4C (or 0x7A3B4C) is unknown color: approx Camelot. HEX triplet: 7A, 3B and 4C. RGB value is (122,59,76). Sum of RGB (Red+Green+Blue) = 122+59+76=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3B4C is #85C4B3. Grayscale: #4F4F4F. Windows color (decimal): -8766644 or 4995962. OLE color: 4995962.

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

Color convert

RGB1225976-
CMYK00.520.380.52
HSL343.81º34.81%35.49%-
HSV(B)343.81º51.64%47.84%-
XYZ10.897.797.77-
YUV79.77125.87158.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.47%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=47.47%
G=22.96%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122597600.520.380.52343.8134.8135.49
Hex7A3B4C03426341582323
Octal1727311406446645304343
Binary111101011101110011000110100100110110100101011000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,59,76); }

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

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

 a { background-color: rgb(122,59,76); }

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

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

 span { border-color: rgb(122,59,76); }

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