#7B4355

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

Shades of Camelot #7B4355

Tints of Camelot #7B4355

Color information

#7B4355 (or 0x7B4355) is unknown color: approx Camelot. HEX triplet: 7B, 43 and 55. RGB value is (123,67,85). Sum of RGB (Red+Green+Blue) = 123+67+85=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4355 is #84BCAA. Grayscale: #555555. Windows color (decimal): -8699051 or 5587835. OLE color: 5587835.

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

Color convert

RGB1236785-
CMYK00.460.310.52
HSL340.71º29.47%37.25%-
HSV(B)340.71º45.53%48.24%-
XYZ11.828.889.69-
YUV85.8127.55154.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.73%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=44.73%
G=24.36%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123678500.460.310.52340.7129.4737.25
Hex7B435502E1F341551d25
Octal17310312505637645253545
Binary11110111000011101010101011101111111010010101010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,67,85); }

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

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

 a { background-color: rgb(123,67,85); }

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

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

 span { border-color: rgb(123,67,85); }

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