#7C414A

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

Shades of Camelot #7C414A

Tints of Camelot #7C414A

Color information

#7C414A (or 0x7C414A) is unknown color: approx Camelot. HEX triplet: 7C, 41 and 4A. RGB value is (124,65,74). Sum of RGB (Red+Green+Blue) = 124+65+74=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C414A is #83BEB5. Grayscale: #535353. Windows color (decimal): -8634038 or 4866428. OLE color: 4866428.

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

Color convert

RGB1246574-
CMYK00.480.400.51
HSL350.85º31.22%37.06%-
HSV(B)350.85º47.58%48.63%-
XYZ11.448.567.53-
YUV83.67122.55156.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.15%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=47.15%
G=24.71%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124657400.480.400.51350.8531.2237.06
Hex7C414A030283315f1f25
Octal17410111206050635373745
Binary111110010000011001010011000010100011001110101111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,65,74); }

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

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

 a { background-color: rgb(124,65,74); }

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

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

 span { border-color: rgb(124,65,74); }

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