#7B3A4C

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

Shades of Camelot #7B3A4C

Tints of Camelot #7B3A4C

Color information

#7B3A4C (or 0x7B3A4C) is unknown color: approx Camelot. HEX triplet: 7B, 3A and 4C. RGB value is (123,58,76). Sum of RGB (Red+Green+Blue) = 123+58+76=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3A4C is #84C5B3. Grayscale: #4F4F4F. Windows color (decimal): -8701364 or 4995707. OLE color: 4995707.

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

Color convert

RGB1235876-
CMYK00.530.380.52
HSL343.38º35.91%35.49%-
HSV(B)343.38º52.85%48.24%-
XYZ10.997.767.76-
YUV79.49126.03159.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.86%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=47.86%
G=22.57%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123587600.530.380.52343.3835.9135.49
Hex7B3A4C03526341572423
Octal1737211406546645274443
Binary111101111101010011000110101100110110100101010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,58,76); }

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

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

 a { background-color: rgb(123,58,76); }

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

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

 span { border-color: rgb(123,58,76); }

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