#726B88

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

Shades of Kimberly #726B88

Tints of Kimberly #726B88

Color information

#726B88 (or 0x726B88) is unknown color: approx Kimberly. HEX triplet: 72, 6B and 88. RGB value is (114,107,136). Sum of RGB (Red+Green+Blue) = 114+107+136=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #726B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B88 is #8D9477. Grayscale: #707070. Windows color (decimal): -9278584 or 8940402. OLE color: 8940402.

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

Color convert

RGB114107136-
CMYK0.160.2100.47
HSL254.48º11.93%47.65%-
HSV(B)254.48º21.32%53.33%-
XYZ16.6415.8725.48-
YUV112.4141.32129.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 136 (53.52% from 255) = 38.10%
R=31.93%
G=29.97%
B=38.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141071360.160.2100.47254.4811.9347.65
Hex726B88101502Ffec30
Octal16215321020250573761460
Binary111001011010111000100010000101010101111111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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