#7B4254

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

Shades of Camelot #7B4254

Tints of Camelot #7B4254

Color information

#7B4254 (or 0x7B4254) is unknown color: approx Camelot. HEX triplet: 7B, 42 and 54. RGB value is (123,66,84). Sum of RGB (Red+Green+Blue) = 123+66+84=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4254 is #84BDAB. Grayscale: #555555. Windows color (decimal): -8699308 or 5522043. OLE color: 5522043.

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

Color convert

RGB1236684-
CMYK00.460.320.52
HSL341.05º30.16%37.06%-
HSV(B)341.05º46.34%48.24%-
XYZ11.728.759.46-
YUV85.1127.38155.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.05%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=45.05%
G=24.18%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123668400.460.320.52341.0530.1637.06
Hex7B425402E20341551e25
Octal17310212405640645253645
Binary111101110000101010100010111010000011010010101010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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