#7B3A50

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

Shades of Camelot #7B3A50

Tints of Camelot #7B3A50

Color information

#7B3A50 (or 0x7B3A50) is unknown color: approx Camelot. HEX triplet: 7B, 3A and 50. RGB value is (123,58,80). Sum of RGB (Red+Green+Blue) = 123+58+80=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3A50 is #84C5AF. Grayscale: #4F4F4F. Windows color (decimal): -8701360 or 5257851. OLE color: 5257851.

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

Color convert

RGB1235880-
CMYK00.530.350.52
HSL339.69º35.91%35.49%-
HSV(B)339.69º52.85%48.24%-
XYZ11.137.828.51-
YUV79.94128.03158.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.13%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=47.13%
G=22.22%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123588000.530.350.52339.6935.9135.49
Hex7B3A5003523341542423
Octal1737212006543645244443
Binary111101111101010100000110101100011110100101010100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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