#7B3342

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

Shades of Camelot #7B3342

Tints of Camelot #7B3342

Color information

#7B3342 (or 0x7B3342) is unknown color: approx Camelot. HEX triplet: 7B, 33 and 42. RGB value is (123,51,66). Sum of RGB (Red+Green+Blue) = 123+51+66=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3342 is #84CCBD. Grayscale: #4A4A4A. Windows color (decimal): -8703166 or 4338555. OLE color: 4338555.

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

Color convert

RGB1235166-
CMYK00.590.460.52
HSL347.5º41.38%34.12%-
HSV(B)347.5º58.54%48.24%-
XYZ10.346.975.96-
YUV74.24123.35162.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.25%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=51.25%
G=21.25%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123516600.590.460.52347.541.3834.12
Hex7B334203B2E3415c2922
Octal1736310207356645345142
Binary111101111001110000100111011101110110100101011100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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