#746E83

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

Shades of Kimberly #746E83

Tints of Kimberly #746E83

Color information

#746E83 (or 0x746E83) is unknown color: approx Kimberly. HEX triplet: 74, 6E and 83. RGB value is (116,110,131). Sum of RGB (Red+Green+Blue) = 116+110+131=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #746E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746E83 is #8B917C. Grayscale: #727272. Windows color (decimal): -9146749 or 8613492. OLE color: 8613492.

HSL color Cylindrical-coordinate representation of color #746E83: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746E83 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB116110131-
CMYK0.110.1600.49
HSL257.14º8.71%47.25%-
HSV(B)257.14º16.03%51.37%-
XYZ16.8816.523.77-
YUV114.19137.49129.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 131 (51.56% from 255) = 36.69%
R=32.49%
G=30.81%
B=36.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161101310.110.1600.49257.148.7147.25
Hex746E83B1003110192f
Octal16415620313200614011157
Binary111010011011101000001110111000001100011000000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,110,131); }

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

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

 a { background-color: rgb(116,110,131); }

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

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

 span { border-color: rgb(116,110,131); }

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