#726A8B

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

Shades of Kimberly #726A8B

Tints of Kimberly #726A8B

Color information

#726A8B (or 0x726A8B) is unknown color: approx Kimberly. HEX triplet: 72, 6A and 8B. RGB value is (114,106,139). Sum of RGB (Red+Green+Blue) = 114+106+139=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #726A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726A8B is #8D9574. Grayscale: #707070. Windows color (decimal): -9278837 or 9136754. OLE color: 9136754.

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

Color convert

RGB114106139-
CMYK0.180.2400.45
HSL254.55º13.47%48.04%-
HSV(B)254.55º23.74%54.51%-
XYZ16.7515.7526.58-
YUV112.15143.15129.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=31.75%
G=29.53%
B=38.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141061390.180.2400.45254.5513.4748.04
Hex726A8B121802Dffd30
Octal16215221322300553771560
Binary111001011010101000101110010110000101101111111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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