#7B364B

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

Shades of Camelot #7B364B

Tints of Camelot #7B364B

Color information

#7B364B (or 0x7B364B) is unknown color: approx Camelot. HEX triplet: 7B, 36 and 4B. RGB value is (123,54,75). Sum of RGB (Red+Green+Blue) = 123+54+75=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B364B is #84C9B4. Grayscale: #4D4D4D. Windows color (decimal): -8702389 or 4929147. OLE color: 4929147.

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

Color convert

RGB1235475-
CMYK00.560.390.52
HSL341.74º38.98%34.71%-
HSV(B)341.74º56.1%48.24%-
XYZ10.767.367.51-
YUV77.02126.86160.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.81%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=48.81%
G=21.43%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123547500.560.390.52341.7438.9834.71
Hex7B364B03827341562723
Octal1736611307047645264743
Binary111101111011010010110111000100111110100101010110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,54,75); }

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

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

 a { background-color: rgb(123,54,75); }

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

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

 span { border-color: rgb(123,54,75); }

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