#7B4151

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

Shades of Camelot #7B4151

Tints of Camelot #7B4151

Color information

#7B4151 (or 0x7B4151) is unknown color: approx Camelot. HEX triplet: 7B, 41 and 51. RGB value is (123,65,81). Sum of RGB (Red+Green+Blue) = 123+65+81=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4151 is #84BEAE. Grayscale: #545454. Windows color (decimal): -8699567 or 5325179. OLE color: 5325179.

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

Color convert

RGB1236581-
CMYK00.470.340.52
HSL343.45º30.85%36.86%-
HSV(B)343.45º47.15%48.24%-
XYZ11.548.598.83-
YUV84.17126.22155.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.72%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 81 (32.03% from 255) = 30.11%
R=45.72%
G=24.16%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123658100.470.340.52343.4530.8536.86
Hex7B415102F22341571f25
Octal17310112105742645273745
Binary111101110000011010001010111110001011010010101011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,65,81); }

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

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

 a { background-color: rgb(123,65,81); }

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

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

 span { border-color: rgb(123,65,81); }

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