#72608E

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

Shades of Kimberly #72608E

Tints of Kimberly #72608E

Color information

#72608E (or 0x72608E) is unknown color: approx Kimberly. HEX triplet: 72, 60 and 8E. RGB value is (114,96,142). Sum of RGB (Red+Green+Blue) = 114+96+142=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #72608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72608E is #8D9F71. Grayscale: #6A6A6A. Windows color (decimal): -9281394 or 9330802. OLE color: 9330802.

HSL color Cylindrical-coordinate representation of color #72608E: hue angle of 263.48º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72608E is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11496142-
CMYK0.200.3200.44
HSL263.48º19.33%46.67%-
HSV(B)263.48º32.39%55.69%-
XYZ1613.927.43-
YUV106.63147.96133.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=32.39%
G=27.27%
B=40.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114961420.200.3200.44263.4819.3346.67
Hex72608E142002C107132f
Octal16214021624400544072357
Binary111001011000001000111010100100000010110010000011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,96,142); }

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

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

 a { background-color: rgb(114,96,142); }

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

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

 span { border-color: rgb(114,96,142); }

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