#7F364C

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

Shades of Camelot #7F364C

Tints of Camelot #7F364C

Color information

#7F364C (or 0x7F364C) is unknown color: approx Camelot. HEX triplet: 7F, 36 and 4C. RGB value is (127,54,76). Sum of RGB (Red+Green+Blue) = 127+54+76=257 (34% of max value = 765). Red value is 127 (50% from 255 or 49.42% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 127 - color contains mainly: red. Hex color #7F364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F364C is #80C9B3. Grayscale: #4E4E4E. Windows color (decimal): -8440244 or 4994687. OLE color: 4994687.

HSL color Cylindrical-coordinate representation of color #7F364C: hue angle of 341.92º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F364C is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB1275476-
CMYK00.570.400.50
HSL341.92º40.33%35.49%-
HSV(B)341.92º57.48%49.8%-
XYZ11.387.677.72-
YUV78.33126.68162.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.42%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=49.42%
G=21.01%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127547600.570.400.50341.9240.3335.49
Hex7F364C03928321562823
Octal1776611407150625265043
Binary111111111011010011000111001101000110010101010110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,54,76); }

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

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

 a { background-color: rgb(127,54,76); }

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

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

 span { border-color: rgb(127,54,76); }

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