#72376C

Color #72376C Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #72376C

Tints of Seance #72376C

Color information

#72376C (or 0x72376C) is unknown color: approx Seance. HEX triplet: 72, 37 and 6C. RGB value is (114,55,108). Sum of RGB (Red+Green+Blue) = 114+55+108=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72376C is #8DC893. Grayscale: #4E4E4E. Windows color (decimal): -9291924 or 7092082. OLE color: 7092082.

HSL color Cylindrical-coordinate representation of color #72376C: hue angle of 306.1º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72376C is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11455108-
CMYK00.520.050.55
HSL306.1º34.91%33.14%-
HSV(B)306.1º51.75%44.71%-
XYZ11.017.3915.03-
YUV78.68144.55153.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=41.16%
G=19.86%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145510800.520.050.55306.134.9133.14
Hex72376C0345371322321
Octal162671540645674624341
Binary111001011011111011000110100101110111100110010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72376C; }

 p { color: rgb(114,55,108); }

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

<style>
 a { background-color: #72376C; }

 a { background-color: rgb(114,55,108); }

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

<style>
 span { border-color: #72376C; }

 span { border-color: rgb(114,55,108); }

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