#786790

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

Shades of Kimberly #786790

Tints of Kimberly #786790

Color information

#786790 (or 0x786790) is unknown color: approx Kimberly. HEX triplet: 78, 67 and 90. RGB value is (120,103,144). Sum of RGB (Red+Green+Blue) = 120+103+144=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 144 - color contains mainly: blue. Hex color #786790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786790 is #87986F. Grayscale: #707070. Windows color (decimal): -8886384 or 9463672. OLE color: 9463672.

HSL color Cylindrical-coordinate representation of color #786790: hue angle of 264.88º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #786790 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB120103144-
CMYK0.170.2800.44
HSL264.88º16.6%48.43%-
HSV(B)264.88º28.47%56.47%-
XYZ17.6315.7128.49-
YUV112.76145.63133.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.70%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=32.70%
G=28.07%
B=39.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201031440.170.2800.44264.8816.648.43
Hex786790111C02C1091130
Octal17014722021340544112160
Binary11110001100111100100001000111100010110010000100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786790; }

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

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

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

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

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

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

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

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