#786792

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

Shades of Kimberly #786792

Tints of Kimberly #786792

Color information

#786792 (or 0x786792) is unknown color: approx Kimberly. HEX triplet: 78, 67 and 92. RGB value is (120,103,146). Sum of RGB (Red+Green+Blue) = 120+103+146=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #786792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786792 is #87986D. Grayscale: #707070. Windows color (decimal): -8886382 or 9594744. OLE color: 9594744.

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

Color convert

RGB120103146-
CMYK0.180.2900.43
HSL263.72º17.27%48.82%-
HSV(B)263.72º29.45%57.25%-
XYZ17.7815.7729.3-
YUV112.98146.63133-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=32.52%
G=27.91%
B=39.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201031460.180.2900.43263.7217.2748.82
Hex786792121D02B1081131
Octal17014722222350534102161
Binary11110001100111100100101001011101010101110000100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786792; }

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

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

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

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

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

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

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

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