#7F3848

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

Shades of Camelot #7F3848

Tints of Camelot #7F3848

Color information

#7F3848 (or 0x7F3848) is unknown color: approx Camelot. HEX triplet: 7F, 38 and 48. RGB value is (127,56,72). Sum of RGB (Red+Green+Blue) = 127+56+72=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3848 is #80C7B7. Grayscale: #4F4F4F. Windows color (decimal): -8439736 or 4733055. OLE color: 4733055.

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

Color convert

RGB1275672-
CMYK00.560.430.50
HSL346.48º38.8%35.88%-
HSV(B)346.48º55.91%49.8%-
XYZ11.347.817.04-
YUV79.05124.02162.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.80%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=49.80%
G=21.96%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127567200.560.430.50346.4838.835.88
Hex7F38480382B3215a2724
Octal1777011007053625324744
Binary111111111100010010000111000101011110010101011010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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