#776095

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

Shades of Butterfly Bush #776095

Tints of Butterfly Bush #776095

Color information

#776095 (or 0x776095) is unknown color: approx Butterfly Bush. HEX triplet: 77, 60 and 95. RGB value is (119,96,149). Sum of RGB (Red+Green+Blue) = 119+96+149=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #776095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776095 is #889F6A. Grayscale: #6C6C6C. Windows color (decimal): -8953707 or 9789559. OLE color: 9789559.

HSL color Cylindrical-coordinate representation of color #776095: hue angle of 266.04º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #776095 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11996149-
CMYK0.200.3600.42
HSL266.04º21.63%48.04%-
HSV(B)266.04º35.57%58.43%-
XYZ17.2214.4630.32-
YUV108.92150.62135.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.69%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=32.69%
G=26.37%
B=40.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119961490.200.3600.42266.0421.6348.04
Hex776095142402A10a1630
Octal16714022524440524122660
Binary111011111000001001010110100100100010101010000101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776095; }

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

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

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

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

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

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

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

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