#7B3845

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

Shades of Camelot #7B3845

Tints of Camelot #7B3845

Color information

#7B3845 (or 0x7B3845) is unknown color: approx Camelot. HEX triplet: 7B, 38 and 45. RGB value is (123,56,69). Sum of RGB (Red+Green+Blue) = 123+56+69=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3845 is #84C7BA. Grayscale: #4D4D4D. Windows color (decimal): -8701883 or 4536443. OLE color: 4536443.

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

Color convert

RGB1235669-
CMYK00.540.440.52
HSL348.36º37.43%35.1%-
HSV(B)348.36º54.47%48.24%-
XYZ10.667.476.51-
YUV77.52123.2160.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.60%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=49.60%
G=22.58%
B=27.82%

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
Decimal123566900.540.440.52348.3637.4335.1
Hex7B38450362C3415c2523
Octal1737010506654645344543
Binary111101111100010001010110110101100110100101011100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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