#7D384A

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

Shades of Camelot #7D384A

Tints of Camelot #7D384A

Color information

#7D384A (or 0x7D384A) is unknown color: approx Camelot. HEX triplet: 7D, 38 and 4A. RGB value is (125,56,74). Sum of RGB (Red+Green+Blue) = 125+56+74=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D384A is #82C7B5. Grayscale: #4E4E4E. Windows color (decimal): -8570806 or 4864125. OLE color: 4864125.

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

Color convert

RGB1255674-
CMYK00.550.410.51
HSL344.35º38.12%35.49%-
HSV(B)344.35º55.2%49.02%-
XYZ11.117.687.38-
YUV78.68125.36161.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.02%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=49.02%
G=21.96%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125567400.550.410.51344.3538.1235.49
Hex7D384A03729331582623
Octal1757011206751635304643
Binary111110111100010010100110111101001110011101011000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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