#7B3945

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

Shades of Camelot #7B3945

Tints of Camelot #7B3945

Color information

#7B3945 (or 0x7B3945) is unknown color: approx Camelot. HEX triplet: 7B, 39 and 45. RGB value is (123,57,69). Sum of RGB (Red+Green+Blue) = 123+57+69=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3945 is #84C6BA. Grayscale: #4E4E4E. Windows color (decimal): -8701627 or 4536699. OLE color: 4536699.

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

Color convert

RGB1235769-
CMYK00.540.440.52
HSL349.09º36.67%35.29%-
HSV(B)349.09º53.66%48.24%-
XYZ10.717.576.53-
YUV78.1122.87160.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.40%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=49.40%
G=22.89%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123576900.540.440.52349.0936.6735.29
Hex7B39450362C3415d2523
Octal1737110506654645354543
Binary111101111100110001010110110101100110100101011101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,57,69); }

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

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

 a { background-color: rgb(123,57,69); }

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

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

 span { border-color: rgb(123,57,69); }

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