#7C374D

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

Shades of Camelot #7C374D

Tints of Camelot #7C374D

Color information

#7C374D (or 0x7C374D) is unknown color: approx Camelot. HEX triplet: 7C, 37 and 4D. RGB value is (124,55,77). Sum of RGB (Red+Green+Blue) = 124+55+77=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C374D is #83C8B2. Grayscale: #4E4E4E. Windows color (decimal): -8636595 or 5060476. OLE color: 5060476.

HSL color Cylindrical-coordinate representation of color #7C374D: hue angle of 340.87º 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 #7C374D is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB1245577-
CMYK00.560.380.51
HSL340.87º38.55%35.1%-
HSV(B)340.87º55.65%48.63%-
XYZ11.027.557.9-
YUV78.14127.36160.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.44%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=48.44%
G=21.48%
B=30.08%

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
Decimal124557700.560.380.51340.8738.5535.1
Hex7C374D03826331552723
Octal1746711507046635254743
Binary111110011011110011010111000100110110011101010101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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