#786090

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

Shades of Butterfly Bush #786090

Tints of Butterfly Bush #786090

Color information

#786090 (or 0x786090) is unknown color: approx Butterfly Bush. HEX triplet: 78, 60 and 90. RGB value is (120,96,144). Sum of RGB (Red+Green+Blue) = 120+96+144=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #786090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786090 is #879F6F. Grayscale: #6C6C6C. Windows color (decimal): -8888176 or 9461880. OLE color: 9461880.

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

Color convert

RGB12096144-
CMYK0.170.3300.44
HSL270º20%47.06%-
HSV(B)270º33.33%56.47%-
XYZ16.9614.3728.27-
YUV108.65147.95136.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 144 (56.64% from 255) = 40%
R=33.33%
G=26.67%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120961440.170.3300.442702047.06
Hex786090112102C10e142f
Octal17014022021410544162457
Binary111100011000001001000010001100001010110010000111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786090; }

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

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

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

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

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

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

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

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