#726882

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

Shades of Kimberly #726882

Tints of Kimberly #726882

Color information

#726882 (or 0x726882) is unknown color: approx Kimberly. HEX triplet: 72, 68 and 82. RGB value is (114,104,130). Sum of RGB (Red+Green+Blue) = 114+104+130=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #726882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726882 is #8D977D. Grayscale: #6D6D6D. Windows color (decimal): -9279358 or 8546418. OLE color: 8546418.

HSL color Cylindrical-coordinate representation of color #726882: hue angle of 263.08º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #726882 is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB114104130-
CMYK0.120.200.49
HSL263.08º11.11%45.88%-
HSV(B)263.08º20%50.98%-
XYZ15.9215.0923.19-
YUV109.95139.31130.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=32.76%
G=29.89%
B=37.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141041300.120.200.49263.0811.1145.88
Hex726882C14031107b2e
Octal16215020214240614071356
Binary111001011010001000001011001010001100011000001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726882; }

 p { color: rgb(114,104,130); }

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

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

 a { background-color: rgb(114,104,130); }

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

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

 span { border-color: rgb(114,104,130); }

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