Html Css Color HEX #786090 Butterfly Bush

📋 copy color: '#786090'

red 120 ◦ green 96 ◦ blue 144

#786090
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #786090

Tints of Butterfly Bush #786090

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 value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#786090 (or 0x786090) is known color: 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

RGB 120 96 144 -
CMYK 0.17 0.33 0 0.44
HSL 270º 0.2% 0.47% -
HSV(B) 270º 0.33% 0.56% -
XYZ 16.96 14.37 28.27 -
YUV 108.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 120 96 144 0.17 0.33 0 0.44 270 0.2 0.47
Hex 78 60 90 11 21 0 2C 10E 14 2F
Octal 170 140 220 21 41 0 54 416 24 57
Binary 1111000 1100000 10010000 10001 100001 0 101100 100001110 10100 101111

Color Harmonies of #786090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786090

Black with #786090

Text Example


Text Example

White with #786090

Text Example


Text Example

HTML Codes & Css Web 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>