#786592

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

Shades of Kimberly #786592

Tints of Kimberly #786592

Color information

#786592 (or 0x786592) is unknown color: approx Kimberly. HEX triplet: 78, 65 and 92. RGB value is (120,101,146). Sum of RGB (Red+Green+Blue) = 120+101+146=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #786592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786592 is #879A6D. Grayscale: #6F6F6F. Windows color (decimal): -8886894 or 9594232. OLE color: 9594232.

HSL color Cylindrical-coordinate representation of color #786592: hue angle of 265.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #786592 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB120101146-
CMYK0.180.3100.43
HSL265.33º18.22%48.43%-
HSV(B)265.33º30.82%57.25%-
XYZ17.5915.3829.23-
YUV111.81147.29133.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.70%
GREEN value IS 101 (39.84% from 255) = 27.52%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=32.70%
G=27.52%
B=39.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201011460.180.3100.43265.3318.2248.43
Hex786592121F02B1091230
Octal17014522222370534112260
Binary11110001100101100100101001011111010101110000100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786592; }

 p { color: rgb(120,101,146); }

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

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

 a { background-color: rgb(120,101,146); }

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

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

 span { border-color: rgb(120,101,146); }

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