#7A3D4B

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

Shades of Camelot #7A3D4B

Tints of Camelot #7A3D4B

Color information

#7A3D4B (or 0x7A3D4B) is unknown color: approx Camelot. HEX triplet: 7A, 3D and 4B. RGB value is (122,61,75). Sum of RGB (Red+Green+Blue) = 122+61+75=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3D4B is #85C2B4. Grayscale: #505050. Windows color (decimal): -8766133 or 4930938. OLE color: 4930938.

HSL color Cylindrical-coordinate representation of color #7A3D4B: hue angle of 346.23º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A3D4B is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB1226175-
CMYK00.500.390.52
HSL346.23º33.33%35.88%-
HSV(B)346.23º50%47.84%-
XYZ10.967.987.62-
YUV80.83124.71157.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.29%
GREEN value IS 61 (24.22% from 255) = 23.64%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=47.29%
G=23.64%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122617500.500.390.52346.2333.3335.88
Hex7A3D4B032273415a2124
Octal1727511306247645324144
Binary111101011110110010110110010100111110100101011010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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