#79424F

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

Shades of Camelot #79424F

Tints of Camelot #79424F

Color information

#79424F (or 0x79424F) is unknown color: approx Camelot. HEX triplet: 79, 42 and 4F. RGB value is (121,66,79). Sum of RGB (Red+Green+Blue) = 121+66+79=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #79424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79424F is #86BDB0. Grayscale: #535353. Windows color (decimal): -8830385 or 5194361. OLE color: 5194361.

HSL color Cylindrical-coordinate representation of color #79424F: hue angle of 345.82º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79424F is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1216679-
CMYK00.450.350.53
HSL345.82º29.41%36.67%-
HSV(B)345.82º45.45%47.45%-
XYZ11.248.538.45-
YUV83.93125.22154.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=45.49%
G=24.81%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121667900.450.350.53345.8229.4136.67
Hex79424F02D233515a1d25
Octal17110211705543655323545
Binary111100110000101001111010110110001111010110101101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79424F; }

 p { color: rgb(121,66,79); }

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

<style>
 a { background-color: #79424F; }

 a { background-color: rgb(121,66,79); }

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

<style>
 span { border-color: #79424F; }

 span { border-color: rgb(121,66,79); }

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