#726E8B

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

Shades of Kimberly #726E8B

Tints of Kimberly #726E8B

Color information

#726E8B (or 0x726E8B) is unknown color: approx Kimberly. HEX triplet: 72, 6E and 8B. RGB value is (114,110,139). Sum of RGB (Red+Green+Blue) = 114+110+139=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #726E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726E8B is #8D9174. Grayscale: #727272. Windows color (decimal): -9277813 or 9137778. OLE color: 9137778.

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

Color convert

RGB114110139-
CMYK0.180.2100.45
HSL248.28º11.65%48.82%-
HSV(B)248.28º20.86%54.51%-
XYZ17.1816.5926.72-
YUV114.5141.83127.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=31.40%
G=30.30%
B=38.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141101390.180.2100.45248.2811.6548.82
Hex726E8B121502Df8c31
Octal16215621322250553701461
Binary111001011011101000101110010101010101101111110001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,110,139); }

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

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

 a { background-color: rgb(114,110,139); }

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

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

 span { border-color: rgb(114,110,139); }

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