#746D87

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

Shades of Kimberly #746D87

Tints of Kimberly #746D87

Color information

#746D87 (or 0x746D87) is unknown color: approx Kimberly. HEX triplet: 74, 6D and 87. RGB value is (116,109,135). Sum of RGB (Red+Green+Blue) = 116+109+135=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #746D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D87 is #8B9278. Grayscale: #717171. Windows color (decimal): -9147001 or 8875380. OLE color: 8875380.

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

Color convert

RGB116109135-
CMYK0.140.1900.47
HSL256.15º10.66%47.84%-
HSV(B)256.15º19.26%52.94%-
XYZ17.0416.425.19-
YUV114.06139.82129.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.22%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=32.22%
G=30.28%
B=37.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161091350.140.1900.47256.1510.6647.84
Hex746D87E1302F100b30
Octal16415520716230574001360
Binary111010011011011000011111101001101011111000000001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746D87; }

 p { color: rgb(116,109,135); }

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

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

 a { background-color: rgb(116,109,135); }

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

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

 span { border-color: rgb(116,109,135); }

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