#726191

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

Shades of Kimberly #726191

Tints of Kimberly #726191

Color information

#726191 (or 0x726191) is unknown color: approx Kimberly. HEX triplet: 72, 61 and 91. RGB value is (114,97,145). Sum of RGB (Red+Green+Blue) = 114+97+145=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #726191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726191 is #8D9E6E. Grayscale: #6B6B6B. Windows color (decimal): -9281135 or 9527666. OLE color: 9527666.

HSL color Cylindrical-coordinate representation of color #726191: hue angle of 261.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726191 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11497145-
CMYK0.210.3300.43
HSL261.25º19.83%47.45%-
HSV(B)261.25º33.1%56.86%-
XYZ16.3214.1728.66-
YUV107.56149.13132.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=32.02%
G=27.25%
B=40.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114971450.210.3300.43261.2519.8347.45
Hex726191152102B105142f
Octal16214122125410534052457
Binary111001011000011001000110101100001010101110000010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726191; }

 p { color: rgb(114,97,145); }

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

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

 a { background-color: rgb(114,97,145); }

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

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

 span { border-color: rgb(114,97,145); }

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