#7B3E50

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

Shades of Camelot #7B3E50

Tints of Camelot #7B3E50

Color information

#7B3E50 (or 0x7B3E50) is unknown color: approx Camelot. HEX triplet: 7B, 3E and 50. RGB value is (123,62,80). Sum of RGB (Red+Green+Blue) = 123+62+80=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3E50 is #84C1AF. Grayscale: #525252. Windows color (decimal): -8700336 or 5258875. OLE color: 5258875.

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

Color convert

RGB1236280-
CMYK00.500.350.52
HSL342.3º32.97%36.27%-
HSV(B)342.3º49.59%48.24%-
XYZ11.348.248.58-
YUV82.29126.71157.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.42%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=46.42%
G=23.40%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123628000.500.350.52342.332.9736.27
Hex7B3E5003223341562124
Octal1737612006243645264144
Binary111101111111010100000110010100011110100101010110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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