#726788

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

Shades of Kimberly #726788

Tints of Kimberly #726788

Color information

#726788 (or 0x726788) is unknown color: approx Kimberly. HEX triplet: 72, 67 and 88. RGB value is (114,103,136). Sum of RGB (Red+Green+Blue) = 114+103+136=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #726788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726788 is #8D9877. Grayscale: #6D6D6D. Windows color (decimal): -9279608 or 8939378. OLE color: 8939378.

HSL color Cylindrical-coordinate representation of color #726788: hue angle of 260º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #726788 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB114103136-
CMYK0.160.2400.47
HSL260º13.81%46.86%-
HSV(B)260º24.26%53.33%-
XYZ16.2315.0625.34-
YUV110.05142.64130.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=32.29%
G=29.18%
B=38.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141031360.160.2400.4726013.8146.86
Hex726788101802F104e2f
Octal16214721020300574041657
Binary1110010110011110001000100001100001011111000001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726788; }

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

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

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

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

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

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

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

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