#746789

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

Shades of Kimberly #746789

Tints of Kimberly #746789

Color information

#746789 (or 0x746789) is unknown color: approx Kimberly. HEX triplet: 74, 67 and 89. RGB value is (116,103,137). Sum of RGB (Red+Green+Blue) = 116+103+137=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #746789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746789 is #8B9876. Grayscale: #6E6E6E. Windows color (decimal): -9148535 or 9004916. OLE color: 9004916.

HSL color Cylindrical-coordinate representation of color #746789: hue angle of 262.94º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746789 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB116103137-
CMYK0.150.2500.46
HSL262.94º14.17%47.06%-
HSV(B)262.94º24.82%53.73%-
XYZ16.5715.2225.73-
YUV110.76142.81131.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=32.58%
G=28.93%
B=38.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1161031370.150.2500.46262.9414.1747.06
Hex746789F1902E107e2f
Octal16414721117310564071657
Binary111010011001111000100111111100101011101000001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746789; }

 p { color: rgb(116,103,137); }

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

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

 a { background-color: rgb(116,103,137); }

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

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

 span { border-color: rgb(116,103,137); }

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