#776295

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

Shades of Butterfly Bush #776295

Tints of Butterfly Bush #776295

Color information

#776295 (or 0x776295) is unknown color: approx Butterfly Bush. HEX triplet: 77, 62 and 95. RGB value is (119,98,149). Sum of RGB (Red+Green+Blue) = 119+98+149=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #776295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776295 is #889D6A. Grayscale: #6D6D6D. Windows color (decimal): -8953195 or 9790071. OLE color: 9790071.

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

Color convert

RGB11998149-
CMYK0.200.3400.42
HSL264.71º20.65%48.43%-
HSV(B)264.71º34.23%58.43%-
XYZ17.414.8330.38-
YUV110.09149.96134.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.51%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=32.51%
G=26.78%
B=40.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119981490.200.3400.42264.7120.6548.43
Hex776295142202A1091530
Octal16714222524420524112560
Binary111011111000101001010110100100010010101010000100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776295; }

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

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

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

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

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

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

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

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