#766091

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

Shades of Butterfly Bush #766091

Tints of Butterfly Bush #766091

Color information

#766091 (or 0x766091) is unknown color: approx Butterfly Bush. HEX triplet: 76, 60 and 91. RGB value is (118,96,145). Sum of RGB (Red+Green+Blue) = 118+96+145=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #766091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766091 is #899F6E. Grayscale: #6B6B6B. Windows color (decimal): -9019247 or 9527414. OLE color: 9527414.

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

Color convert

RGB11896145-
CMYK0.190.3400.43
HSL266.94º20.33%47.25%-
HSV(B)266.94º33.79%56.86%-
XYZ16.7614.2628.66-
YUV108.16148.79135.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=32.87%
G=26.74%
B=40.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118961450.190.3400.43266.9420.3347.25
Hex766091132202B10b142f
Octal16614022123420534132457
Binary111011011000001001000110011100010010101110000101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766091; }

 p { color: rgb(118,96,145); }

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

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

 a { background-color: rgb(118,96,145); }

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

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

 span { border-color: rgb(118,96,145); }

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