#7B4048

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

Shades of Camelot #7B4048

Tints of Camelot #7B4048

Color information

#7B4048 (or 0x7B4048) is unknown color: approx Camelot. HEX triplet: 7B, 40 and 48. RGB value is (123,64,72). Sum of RGB (Red+Green+Blue) = 123+64+72=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4048 is #84BFB7. Grayscale: #525252. Windows color (decimal): -8699832 or 4735099. OLE color: 4735099.

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

Color convert

RGB1236472-
CMYK00.480.410.52
HSL351.86º31.55%36.67%-
HSV(B)351.86º47.97%48.24%-
XYZ11.178.357.15-
YUV82.55122.05156.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.49%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=47.49%
G=24.71%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123647200.480.410.52351.8631.5536.67
Hex7B404803029341602025
Octal17310011006051645404045
Binary1111011100000010010000110000101001110100101100000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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