#7B4855

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

Shades of Camelot #7B4855

Tints of Camelot #7B4855

Color information

#7B4855 (or 0x7B4855) is unknown color: approx Camelot. HEX triplet: 7B, 48 and 55. RGB value is (123,72,85). Sum of RGB (Red+Green+Blue) = 123+72+85=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4855 is #84B7AA. Grayscale: #585858. Windows color (decimal): -8697771 or 5589115. OLE color: 5589115.

HSL color Cylindrical-coordinate representation of color #7B4855: hue angle of 344.71º 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 #7B4855 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB1237285-
CMYK00.410.310.52
HSL344.71º26.15%38.24%-
HSV(B)344.71º41.46%48.24%-
XYZ12.139.59.79-
YUV88.73125.9152.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.93%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=43.93%
G=25.71%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123728500.410.310.52344.7126.1538.24
Hex7B48550291F341591a26
Octal17311012505137645313246
Binary11110111001000101010101010011111111010010101100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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