#7A414F

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

Shades of Camelot #7A414F

Tints of Camelot #7A414F

Color information

#7A414F (or 0x7A414F) is unknown color: approx Camelot. HEX triplet: 7A, 41 and 4F. RGB value is (122,65,79). Sum of RGB (Red+Green+Blue) = 122+65+79=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A414F is #85BEB0. Grayscale: #535353. Windows color (decimal): -8765105 or 5194106. OLE color: 5194106.

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

Color convert

RGB1226579-
CMYK00.470.350.52
HSL345.26º30.48%36.67%-
HSV(B)345.26º46.72%47.84%-
XYZ11.338.488.44-
YUV83.64125.38155.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.86%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=45.86%
G=24.44%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122657900.470.350.52345.2630.4836.67
Hex7A414F02F23341591e25
Octal17210111705743645313645
Binary111101010000011001111010111110001111010010101100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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