#7B3745

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

Shades of Camelot #7B3745

Tints of Camelot #7B3745

Color information

#7B3745 (or 0x7B3745) is unknown color: approx Camelot. HEX triplet: 7B, 37 and 45. RGB value is (123,55,69). Sum of RGB (Red+Green+Blue) = 123+55+69=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3745 is #84C8BA. Grayscale: #4C4C4C. Windows color (decimal): -8702139 or 4536187. OLE color: 4536187.

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

Color convert

RGB1235569-
CMYK00.550.440.52
HSL347.65º38.2%34.9%-
HSV(B)347.65º55.28%48.24%-
XYZ10.617.376.49-
YUV76.93123.53160.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.80%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=49.80%
G=22.27%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123556900.550.440.52347.6538.234.9
Hex7B37450372C3415c2623
Octal1736710506754645344643
Binary111101111011110001010110111101100110100101011100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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