#72434D

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

Shades of Camelot #72434D

Tints of Camelot #72434D

Color information

#72434D (or 0x72434D) is unknown color: approx Camelot. HEX triplet: 72, 43 and 4D. RGB value is (114,67,77). Sum of RGB (Red+Green+Blue) = 114+67+77=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72434D is #8DBCB2. Grayscale: #525252. Windows color (decimal): -9288883 or 5063538. OLE color: 5063538.

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

Color convert

RGB1146777-
CMYK00.410.320.55
HSL347.23º25.97%35.49%-
HSV(B)347.23º41.23%44.71%-
XYZ10.298.138.05-
YUV82.19125.07150.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=44.19%
G=25.97%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114677700.410.320.55347.2325.9735.49
Hex72434D029203715b1a23
Octal16210311505140675333243
Binary111001010000111001101010100110000011011110101101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72434D; }

 p { color: rgb(114,67,77); }

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

<style>
 a { background-color: #72434D; }

 a { background-color: rgb(114,67,77); }

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

<style>
 span { border-color: #72434D; }

 span { border-color: rgb(114,67,77); }

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