#7A3647

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

Shades of Camelot #7A3647

Tints of Camelot #7A3647

Color information

#7A3647 (or 0x7A3647) is unknown color: approx Camelot. HEX triplet: 7A, 36 and 47. RGB value is (122,54,71). Sum of RGB (Red+Green+Blue) = 122+54+71=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3647 is #85C9B8. Grayscale: #4C4C4C. Windows color (decimal): -8767929 or 4667002. OLE color: 4667002.

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

Color convert

RGB1225471-
CMYK00.560.420.52
HSL345º38.64%34.51%-
HSV(B)345º55.74%47.84%-
XYZ10.487.236.8-
YUV76.27125.03160.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.39%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=49.39%
G=21.86%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122547100.560.420.5234538.6434.51
Hex7A36470382A341592723
Octal1726610707052645314743
Binary111101011011010001110111000101010110100101011001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,54,71); }

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

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

 a { background-color: rgb(122,54,71); }

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

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

 span { border-color: rgb(122,54,71); }

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