#726B84

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

Shades of Kimberly #726B84

Tints of Kimberly #726B84

Color information

#726B84 (or 0x726B84) is unknown color: approx Kimberly. HEX triplet: 72, 6B and 84. RGB value is (114,107,132). Sum of RGB (Red+Green+Blue) = 114+107+132=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #726B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B84 is #8D947B. Grayscale: #6F6F6F. Windows color (decimal): -9278588 or 8678258. OLE color: 8678258.

HSL color Cylindrical-coordinate representation of color #726B84: hue angle of 256.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #726B84 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB114107132-
CMYK0.140.1900.48
HSL256.8º10.46%46.86%-
HSV(B)256.8º18.94%51.76%-
XYZ16.3615.7624.01-
YUV111.94139.32129.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=32.29%
G=30.31%
B=37.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141071320.140.1900.48256.810.4646.86
Hex726B84E13030101a2f
Octal16215320416230604011257
Binary111001011010111000010011101001101100001000000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,107,132); }

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

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

 a { background-color: rgb(114,107,132); }

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

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

 span { border-color: rgb(114,107,132); }

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