#7F414C

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

Shades of Camelot #7F414C

Tints of Camelot #7F414C

Color information

#7F414C (or 0x7F414C) is unknown color: approx Camelot. HEX triplet: 7F, 41 and 4C. RGB value is (127,65,76). Sum of RGB (Red+Green+Blue) = 127+65+76=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F414C is #80BEB3. Grayscale: #545454. Windows color (decimal): -8437428 or 4997503. OLE color: 4997503.

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

Color convert

RGB1276576-
CMYK00.490.400.50
HSL349.35º32.29%37.65%-
HSV(B)349.35º48.82%49.8%-
XYZ11.958.817.91-
YUV84.79123.04158.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.39%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 76 (30.08% from 255) = 28.36%
R=47.39%
G=24.25%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127657600.490.400.50349.3532.2937.65
Hex7F414C031283215d2026
Octal17710111406150625354046
Binary1111111100000110011000110001101000110010101011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,65,76); }

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

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

 a { background-color: rgb(127,65,76); }

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

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

 span { border-color: rgb(127,65,76); }

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