#7A394F

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

Shades of Camelot #7A394F

Tints of Camelot #7A394F

Color information

#7A394F (or 0x7A394F) is unknown color: approx Camelot. HEX triplet: 7A, 39 and 4F. RGB value is (122,57,79). Sum of RGB (Red+Green+Blue) = 122+57+79=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A394F is #85C6B0. Grayscale: #4E4E4E. Windows color (decimal): -8767153 or 5192058. OLE color: 5192058.

HSL color Cylindrical-coordinate representation of color #7A394F: hue angle of 339.69º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A394F is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB1225779-
CMYK00.530.350.52
HSL339.69º36.31%35.1%-
HSV(B)339.69º53.28%47.84%-
XYZ10.97.638.3-
YUV78.94128.03158.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.29%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 79 (31.25% from 255) = 30.62%
R=47.29%
G=22.09%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122577900.530.350.52339.6936.3135.1
Hex7A394F03523341542423
Octal1727111706543645244443
Binary111101011100110011110110101100011110100101010100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,57,79); }

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

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

 a { background-color: rgb(122,57,79); }

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

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

 span { border-color: rgb(122,57,79); }

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