#776191

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

Shades of Butterfly Bush #776191

Tints of Butterfly Bush #776191

Color information

#776191 (or 0x776191) is unknown color: approx Butterfly Bush. HEX triplet: 77, 61 and 91. RGB value is (119,97,145). Sum of RGB (Red+Green+Blue) = 119+97+145=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #776191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776191 is #889E6E. Grayscale: #6C6C6C. Windows color (decimal): -8953455 or 9527671. OLE color: 9527671.

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

Color convert

RGB11997145-
CMYK0.180.3300.43
HSL267.5º19.83%47.45%-
HSV(B)267.5º33.1%56.86%-
XYZ16.9914.5228.69-
YUV109.05148.29135.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.96%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=32.96%
G=26.87%
B=40.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119971450.180.3300.43267.519.8347.45
Hex776191122102B10c142f
Octal16714122122410534142457
Binary111011111000011001000110010100001010101110000110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776191; }

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

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

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

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

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

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

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

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