#7C414F

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

Shades of Camelot #7C414F

Tints of Camelot #7C414F

Color information

#7C414F (or 0x7C414F) is unknown color: approx Camelot. HEX triplet: 7C, 41 and 4F. RGB value is (124,65,79). Sum of RGB (Red+Green+Blue) = 124+65+79=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C414F is #83BEB0. Grayscale: #545454. Windows color (decimal): -8634033 or 5194108. OLE color: 5194108.

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

Color convert

RGB1246579-
CMYK00.480.360.51
HSL345.76º31.22%37.06%-
HSV(B)345.76º47.58%48.63%-
XYZ11.618.638.45-
YUV84.24125.05156.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.27%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=46.27%
G=24.25%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124657900.480.360.51345.7631.2237.06
Hex7C414F030243315a1f25
Octal17410111706044635323745
Binary111110010000011001111011000010010011001110101101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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