#7B4054

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

Shades of Camelot #7B4054

Tints of Camelot #7B4054

Color information

#7B4054 (or 0x7B4054) is unknown color: approx Camelot. HEX triplet: 7B, 40 and 54. RGB value is (123,64,84). Sum of RGB (Red+Green+Blue) = 123+64+84=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4054 is #84BFAB. Grayscale: #535353. Windows color (decimal): -8699820 or 5521531. OLE color: 5521531.

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

Color convert

RGB1236484-
CMYK00.480.320.52
HSL339.66º31.55%36.67%-
HSV(B)339.66º47.97%48.24%-
XYZ11.68.529.42-
YUV83.92128.05155.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.39%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=45.39%
G=23.62%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123648400.480.320.52339.6631.5536.67
Hex7B405403020341542025
Octal17310012406040645244045
Binary1111011100000010101000110000100000110100101010100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,64,84); }

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

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

 a { background-color: rgb(123,64,84); }

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

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

 span { border-color: rgb(123,64,84); }

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