#776290

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

Shades of Butterfly Bush #776290

Tints of Butterfly Bush #776290

Color information

#776290 (or 0x776290) is unknown color: approx Butterfly Bush. HEX triplet: 77, 62 and 90. RGB value is (119,98,144). Sum of RGB (Red+Green+Blue) = 119+98+144=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #776290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776290 is #889D6F. Grayscale: #6D6D6D. Windows color (decimal): -8953200 or 9462391. OLE color: 9462391.

HSL color Cylindrical-coordinate representation of color #776290: hue angle of 267.39º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776290 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11998144-
CMYK0.170.3200.44
HSL267.39º19.01%47.45%-
HSV(B)267.39º31.94%56.47%-
XYZ17.0114.6728.32-
YUV109.52147.46134.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.96%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=32.96%
G=27.15%
B=39.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119981440.170.3200.44267.3919.0147.45
Hex776290112002C10b132f
Octal16714222021400544132357
Binary111011111000101001000010001100000010110010000101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776290; }

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

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

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

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

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

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

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

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