#7F374F

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

Shades of Camelot #7F374F

Tints of Camelot #7F374F

Color information

#7F374F (or 0x7F374F) is unknown color: approx Camelot. HEX triplet: 7F, 37 and 4F. RGB value is (127,55,79). Sum of RGB (Red+Green+Blue) = 127+55+79=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F374F is #80C8B0. Grayscale: #4F4F4F. Windows color (decimal): -8439985 or 5191551. OLE color: 5191551.

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

Color convert

RGB1275579-
CMYK00.570.380.50
HSL340º39.56%35.69%-
HSV(B)340º56.69%49.8%-
XYZ11.537.818.3-
YUV79.26127.85162.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.66%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=48.66%
G=21.07%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127557900.570.380.5034039.5635.69
Hex7F374F03926321542824
Octal1776711707146625245044
Binary111111111011110011110111001100110110010101010100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,55,79); }

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

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

 a { background-color: rgb(127,55,79); }

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

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

 span { border-color: rgb(127,55,79); }

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