#726A88

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

Shades of Kimberly #726A88

Tints of Kimberly #726A88

Color information

#726A88 (or 0x726A88) is unknown color: approx Kimberly. HEX triplet: 72, 6A and 88. RGB value is (114,106,136). Sum of RGB (Red+Green+Blue) = 114+106+136=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #726A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726A88 is #8D9577. Grayscale: #6F6F6F. Windows color (decimal): -9278840 or 8940146. OLE color: 8940146.

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

Color convert

RGB114106136-
CMYK0.160.2200.47
HSL256º12.4%47.45%-
HSV(B)256º22.06%53.33%-
XYZ16.5415.6625.44-
YUV111.81141.65129.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 106 (41.80% from 255) = 29.78%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=32.02%
G=29.78%
B=38.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141061360.160.2200.4725612.447.45
Hex726A88101602F100c2f
Octal16215221020260574001457
Binary1110010110101010001000100001011001011111000000001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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