#7B4852

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

Shades of Camelot #7B4852

Tints of Camelot #7B4852

Color information

#7B4852 (or 0x7B4852) is unknown color: approx Camelot. HEX triplet: 7B, 48 and 52. RGB value is (123,72,82). Sum of RGB (Red+Green+Blue) = 123+72+82=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4852 is #84B7AD. Grayscale: #585858. Windows color (decimal): -8697774 or 5392507. OLE color: 5392507.

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

Color convert

RGB1237282-
CMYK00.410.330.52
HSL348.24º26.15%38.24%-
HSV(B)348.24º41.46%48.24%-
XYZ12.019.459.17-
YUV88.39124.4152.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.40%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=44.40%
G=25.99%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123728200.410.330.52348.2426.1538.24
Hex7B4852029213415c1a26
Octal17311012205141645343246
Binary111101110010001010010010100110000111010010101110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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