#7F3948

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

Shades of Camelot #7F3948

Tints of Camelot #7F3948

Color information

#7F3948 (or 0x7F3948) is unknown color: approx Camelot. HEX triplet: 7F, 39 and 48. RGB value is (127,57,72). Sum of RGB (Red+Green+Blue) = 127+57+72=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3948 is #80C6B7. Grayscale: #4F4F4F. Windows color (decimal): -8439480 or 4733311. OLE color: 4733311.

HSL color Cylindrical-coordinate representation of color #7F3948: hue angle of 347.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F3948 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1275772-
CMYK00.550.430.50
HSL347.14º38.04%36.08%-
HSV(B)347.14º55.12%49.8%-
XYZ11.397.917.06-
YUV79.64123.69161.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.61%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=49.61%
G=22.27%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127577200.550.430.50347.1438.0436.08
Hex7F39480372B3215b2624
Octal1777111006753625334644
Binary111111111100110010000110111101011110010101011011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,57,72); }

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

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

 a { background-color: rgb(127,57,72); }

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

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

 span { border-color: rgb(127,57,72); }

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