#726789

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

Shades of Kimberly #726789

Tints of Kimberly #726789

Color information

#726789 (or 0x726789) is unknown color: approx Kimberly. HEX triplet: 72, 67 and 89. RGB value is (114,103,137). Sum of RGB (Red+Green+Blue) = 114+103+137=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #726789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726789 is #8D9876. Grayscale: #6E6E6E. Windows color (decimal): -9279607 or 9004914. OLE color: 9004914.

HSL color Cylindrical-coordinate representation of color #726789: hue angle of 259.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726789 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB114103137-
CMYK0.170.2500.46
HSL259.41º14.17%47.06%-
HSV(B)259.41º24.82%53.73%-
XYZ16.3115.0825.72-
YUV110.16143.14130.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 137 (53.91% from 255) = 38.70%
R=32.20%
G=29.10%
B=38.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141031370.170.2500.46259.4114.1747.06
Hex726789111902E103e2f
Octal16214721121310564031657
Binary1110010110011110001001100011100101011101000000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726789; }

 p { color: rgb(114,103,137); }

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

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

 a { background-color: rgb(114,103,137); }

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

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

 span { border-color: rgb(114,103,137); }

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