#7F404E

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

Shades of Camelot #7F404E

Tints of Camelot #7F404E

Color information

#7F404E (or 0x7F404E) is unknown color: approx Camelot. HEX triplet: 7F, 40 and 4E. RGB value is (127,64,78). Sum of RGB (Red+Green+Blue) = 127+64+78=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F404E is #80BFB1. Grayscale: #545454. Windows color (decimal): -8437682 or 5128319. OLE color: 5128319.

HSL color Cylindrical-coordinate representation of color #7F404E: hue angle of 346.67º 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 #7F404E is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1276478-
CMYK00.500.390.50
HSL346.67º32.98%37.45%-
HSV(B)346.67º49.61%49.8%-
XYZ11.968.738.26-
YUV84.43124.37158.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.21%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=47.21%
G=23.79%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127647800.500.390.50346.6732.9837.45
Hex7F404E032273215b2125
Octal17710011606247625334145
Binary1111111100000010011100110010100111110010101011011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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