#7B3F51

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

Shades of Camelot #7B3F51

Tints of Camelot #7B3F51

Color information

#7B3F51 (or 0x7B3F51) is unknown color: approx Camelot. HEX triplet: 7B, 3F and 51. RGB value is (123,63,81). Sum of RGB (Red+Green+Blue) = 123+63+81=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3F51 is #84C0AE. Grayscale: #525252. Windows color (decimal): -8700079 or 5324667. OLE color: 5324667.

HSL color Cylindrical-coordinate representation of color #7B3F51: hue angle of 342º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B3F51 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB1236381-
CMYK00.490.340.52
HSL342º32.26%36.47%-
HSV(B)342º48.78%48.24%-
XYZ11.438.368.8-
YUV82.99126.88156.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.07%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=46.07%
G=23.60%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123638100.490.340.5234232.2636.47
Hex7B3F5103122341562024
Octal1737712106142645264044
Binary111101111111110100010110001100010110100101010110100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,63,81); }

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

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

 a { background-color: rgb(123,63,81); }

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

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

 span { border-color: rgb(123,63,81); }

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