#73434E

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

Shades of Camelot #73434E

Tints of Camelot #73434E

Color information

#73434E (or 0x73434E) is unknown color: approx Camelot. HEX triplet: 73, 43 and 4E. RGB value is (115,67,78). Sum of RGB (Red+Green+Blue) = 115+67+78=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73434E is #8CBCB1. Grayscale: #525252. Windows color (decimal): -9223346 or 5129075. OLE color: 5129075.

HSL color Cylindrical-coordinate representation of color #73434E: hue angle of 346.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73434E is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1156778-
CMYK00.420.320.55
HSL346.25º26.37%35.69%-
HSV(B)346.25º41.74%45.1%-
XYZ10.458.218.24-
YUV82.61125.4151.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 67 (26.56% from 255) = 25.77%
BLUE value IS 78 (30.86% from 255) = 30%
R=44.23%
G=25.77%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115677800.420.320.55346.2526.3735.69
Hex73434E02A203715a1a24
Octal16310311605240675323244
Binary111001110000111001110010101010000011011110101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73434E; }

 p { color: rgb(115,67,78); }

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

<style>
 a { background-color: #73434E; }

 a { background-color: rgb(115,67,78); }

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

<style>
 span { border-color: #73434E; }

 span { border-color: rgb(115,67,78); }

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