#7B4552

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

Shades of Camelot #7B4552

Tints of Camelot #7B4552

Color information

#7B4552 (or 0x7B4552) is unknown color: approx Camelot. HEX triplet: 7B, 45 and 52. RGB value is (123,69,82). Sum of RGB (Red+Green+Blue) = 123+69+82=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4552 is #84BAAD. Grayscale: #565656. Windows color (decimal): -8698542 or 5391739. OLE color: 5391739.

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

Color convert

RGB1236982-
CMYK00.440.330.52
HSL345.56º28.12%37.65%-
HSV(B)345.56º43.9%48.24%-
XYZ11.829.089.11-
YUV86.63125.39153.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.89%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=44.89%
G=25.18%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123698200.440.330.52345.5628.1237.65
Hex7B455202C213415a1c26
Octal17310512205441645323446
Binary111101110001011010010010110010000111010010101101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,69,82); }

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

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

 a { background-color: rgb(123,69,82); }

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

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

 span { border-color: rgb(123,69,82); }

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