#726F8B

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

Shades of Kimberly #726F8B

Tints of Kimberly #726F8B

Color information

#726F8B (or 0x726F8B) is unknown color: approx Kimberly. HEX triplet: 72, 6F and 8B. RGB value is (114,111,139). Sum of RGB (Red+Green+Blue) = 114+111+139=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #726F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726F8B is #8D9074. Grayscale: #727272. Windows color (decimal): -9277557 or 9138034. OLE color: 9138034.

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

Color convert

RGB114111139-
CMYK0.180.2000.45
HSL246.43º11.2%49.02%-
HSV(B)246.43º20.14%54.51%-
XYZ17.2816.8126.76-
YUV115.09141.49127.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.32%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=31.32%
G=30.49%
B=38.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141111390.180.2000.45246.4311.249.02
Hex726F8B121402Df6b31
Octal16215721322240553661361
Binary111001011011111000101110010101000101101111101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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