#7D344A

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

Shades of Camelot #7D344A

Tints of Camelot #7D344A

Color information

#7D344A (or 0x7D344A) is unknown color: approx Camelot. HEX triplet: 7D, 34 and 4A. RGB value is (125,52,74). Sum of RGB (Red+Green+Blue) = 125+52+74=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D344A is #82CBB5. Grayscale: #4C4C4C. Windows color (decimal): -8571830 or 4863101. OLE color: 4863101.

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

Color convert

RGB1255274-
CMYK00.580.410.51
HSL341.92º41.24%34.71%-
HSV(B)341.92º58.4%49.02%-
XYZ10.927.317.31-
YUV76.34126.68162.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.80%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=49.80%
G=20.72%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125527400.580.410.51341.9241.2434.71
Hex7D344A03A29331562923
Octal1756411207251635265143
Binary111110111010010010100111010101001110011101010110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,52,74); }

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

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

 a { background-color: rgb(125,52,74); }

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

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

 span { border-color: rgb(125,52,74); }

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