#746B85

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

Shades of Kimberly #746B85

Tints of Kimberly #746B85

Color information

#746B85 (or 0x746B85) is unknown color: approx Kimberly. HEX triplet: 74, 6B and 85. RGB value is (116,107,133). Sum of RGB (Red+Green+Blue) = 116+107+133=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #746B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746B85 is #8B947A. Grayscale: #707070. Windows color (decimal): -9147515 or 8743796. OLE color: 8743796.

HSL color Cylindrical-coordinate representation of color #746B85: hue angle of 260.77º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #746B85 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB116107133-
CMYK0.130.2000.48
HSL260.77º10.83%47.06%-
HSV(B)260.77º19.55%52.16%-
XYZ16.6915.9224.38-
YUV112.66139.48130.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 107 (42.19% from 255) = 30.06%
BLUE value IS 133 (52.34% from 255) = 37.36%
R=32.58%
G=30.06%
B=37.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161071330.130.2000.48260.7710.8347.06
Hex746B85D14030105b2f
Octal16415320515240604051357
Binary111010011010111000010111011010001100001000001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,107,133); }

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

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

 a { background-color: rgb(116,107,133); }

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

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

 span { border-color: rgb(116,107,133); }

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