#7D374D

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

Shades of Camelot #7D374D

Tints of Camelot #7D374D

Color information

#7D374D (or 0x7D374D) is unknown color: approx Camelot. HEX triplet: 7D, 37 and 4D. RGB value is (125,55,77). Sum of RGB (Red+Green+Blue) = 125+55+77=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D374D is #82C8B2. Grayscale: #4E4E4E. Windows color (decimal): -8571059 or 5060477. OLE color: 5060477.

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

Color convert

RGB1255577-
CMYK00.560.380.51
HSL341.14º38.89%35.29%-
HSV(B)341.14º56%49.02%-
XYZ11.167.637.91-
YUV78.44127.19161.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.64%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=48.64%
G=21.40%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125557700.560.380.51341.1438.8935.29
Hex7D374D03826331552723
Octal1756711507046635254743
Binary111110111011110011010111000100110110011101010101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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