#776093

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

Shades of Butterfly Bush #776093

Tints of Butterfly Bush #776093

Color information

#776093 (or 0x776093) is unknown color: approx Butterfly Bush. HEX triplet: 77, 60 and 93. RGB value is (119,96,147). Sum of RGB (Red+Green+Blue) = 119+96+147=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #776093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776093 is #889F6C. Grayscale: #6C6C6C. Windows color (decimal): -8953709 or 9658487. OLE color: 9658487.

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

Color convert

RGB11996147-
CMYK0.190.3500.42
HSL267.06º20.99%47.65%-
HSV(B)267.06º34.69%57.65%-
XYZ17.0614.3929.48-
YUV108.69149.62135.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.87%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 147 (57.81% from 255) = 40.61%
R=32.87%
G=26.52%
B=40.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119961470.190.3500.42267.0620.9947.65
Hex776093132302A10b1530
Octal16714022323430524132560
Binary111011111000001001001110011100011010101010000101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776093; }

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

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

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

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

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

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

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

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