#726C8C

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

Shades of Kimberly #726C8C

Tints of Kimberly #726C8C

Color information

#726C8C (or 0x726C8C) is unknown color: approx Kimberly. HEX triplet: 72, 6C and 8C. RGB value is (114,108,140). Sum of RGB (Red+Green+Blue) = 114+108+140=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #726C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C8C is #8D9373. Grayscale: #717171. Windows color (decimal): -9278324 or 9202802. OLE color: 9202802.

HSL color Cylindrical-coordinate representation of color #726C8C: hue angle of 251.25º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726C8C is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114108140-
CMYK0.190.2300.45
HSL251.25º12.9%48.63%-
HSV(B)251.25º22.86%54.9%-
XYZ17.0416.227.04-
YUV113.44142.99128.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=31.49%
G=29.83%
B=38.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141081400.190.2300.45251.2512.948.63
Hex726C8C131702Dfbd31
Octal16215421423270553731561
Binary111001011011001000110010011101110101101111110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726C8C; }

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

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

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

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

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

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

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

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