#726190

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

Shades of Kimberly #726190

Tints of Kimberly #726190

Color information

#726190 (or 0x726190) is unknown color: approx Kimberly. HEX triplet: 72, 61 and 90. RGB value is (114,97,144). Sum of RGB (Red+Green+Blue) = 114+97+144=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #726190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726190 is #8D9E6F. Grayscale: #6B6B6B. Windows color (decimal): -9281136 or 9462130. OLE color: 9462130.

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

Color convert

RGB11497144-
CMYK0.210.3300.44
HSL261.7º19.5%47.25%-
HSV(B)261.7º32.64%56.47%-
XYZ16.2514.1428.26-
YUV107.44148.63132.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=32.11%
G=27.32%
B=40.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114971440.210.3300.44261.719.547.25
Hex726190152102C106142f
Octal16214122025410544062457
Binary111001011000011001000010101100001010110010000011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726190; }

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

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

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

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

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

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

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

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