#7A3348

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

Shades of Camelot #7A3348

Tints of Camelot #7A3348

Color information

#7A3348 (or 0x7A3348) is unknown color: approx Camelot. HEX triplet: 7A, 33 and 48. RGB value is (122,51,72). Sum of RGB (Red+Green+Blue) = 122+51+72=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3348 is #85CCB7. Grayscale: #4A4A4A. Windows color (decimal): -8768696 or 4731770. OLE color: 4731770.

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

Color convert

RGB1225172-
CMYK00.580.410.52
HSL342.25º41.04%33.92%-
HSV(B)342.25º58.2%47.84%-
XYZ10.386.976.93-
YUV74.62126.52161.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.80%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=49.80%
G=20.82%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122517200.580.410.52342.2541.0433.92
Hex7A334803A29341562922
Octal1726311007251645265142
Binary111101011001110010000111010101001110100101010110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,51,72); }

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

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

 a { background-color: rgb(122,51,72); }

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

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

 span { border-color: rgb(122,51,72); }

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