#7F404A

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

Shades of Camelot #7F404A

Tints of Camelot #7F404A

Color information

#7F404A (or 0x7F404A) is unknown color: approx Camelot. HEX triplet: 7F, 40 and 4A. RGB value is (127,64,74). Sum of RGB (Red+Green+Blue) = 127+64+74=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F404A is #80BFB5. Grayscale: #545454. Windows color (decimal): -8437686 or 4866175. OLE color: 4866175.

HSL color Cylindrical-coordinate representation of color #7F404A: hue angle of 350.48º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F404A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB1276474-
CMYK00.500.420.50
HSL350.48º32.98%37.45%-
HSV(B)350.48º49.61%49.8%-
XYZ11.828.677.53-
YUV83.98122.37158.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.92%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=47.92%
G=24.15%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127647400.500.420.50350.4832.9837.45
Hex7F404A0322A3215e2125
Octal17710011206252625364145
Binary1111111100000010010100110010101010110010101011110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,64,74); }

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

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

 a { background-color: rgb(127,64,74); }

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

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

 span { border-color: rgb(127,64,74); }

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