#776091

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

Shades of Butterfly Bush #776091

Tints of Butterfly Bush #776091

Color information

#776091 (or 0x776091) is unknown color: approx Butterfly Bush. HEX triplet: 77, 60 and 91. RGB value is (119,96,145). Sum of RGB (Red+Green+Blue) = 119+96+145=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #776091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776091 is #889F6E. Grayscale: #6C6C6C. Windows color (decimal): -8953711 or 9527415. OLE color: 9527415.

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

Color convert

RGB11996145-
CMYK0.180.3400.43
HSL268.16º20.33%47.25%-
HSV(B)268.16º33.79%56.86%-
XYZ16.914.3328.66-
YUV108.46148.62135.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.06%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=33.06%
G=26.67%
B=40.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119961450.180.3400.43268.1620.3347.25
Hex776091122202B10c142f
Octal16714022122420534142457
Binary111011111000001001000110010100010010101110000110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776091; }

 p { color: rgb(119,96,145); }

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

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

 a { background-color: rgb(119,96,145); }

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

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

 span { border-color: rgb(119,96,145); }

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