#7D404D

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

Shades of Camelot #7D404D

Tints of Camelot #7D404D

Color information

#7D404D (or 0x7D404D) is unknown color: approx Camelot. HEX triplet: 7D, 40 and 4D. RGB value is (125,64,77). Sum of RGB (Red+Green+Blue) = 125+64+77=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D404D is #82BFB2. Grayscale: #535353. Windows color (decimal): -8568755 or 5062781. OLE color: 5062781.

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

Color convert

RGB1256477-
CMYK00.490.380.51
HSL347.21º32.28%37.06%-
HSV(B)347.21º48.8%49.02%-
XYZ11.638.568.06-
YUV83.72124.21157.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.99%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=46.99%
G=24.06%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125647700.490.380.51347.2132.2837.06
Hex7D404D031263315b2025
Octal17510011506146635334045
Binary1111101100000010011010110001100110110011101011011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,64,77); }

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

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

 a { background-color: rgb(125,64,77); }

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

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

 span { border-color: rgb(125,64,77); }

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