#766191

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

Shades of Butterfly Bush #766191

Tints of Butterfly Bush #766191

Color information

#766191 (or 0x766191) is unknown color: approx Butterfly Bush. HEX triplet: 76, 61 and 91. RGB value is (118,97,145). Sum of RGB (Red+Green+Blue) = 118+97+145=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #766191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766191 is #899E6E. Grayscale: #6C6C6C. Windows color (decimal): -9018991 or 9527670. OLE color: 9527670.

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

Color convert

RGB11897145-
CMYK0.190.3300.43
HSL266.25º19.83%47.45%-
HSV(B)266.25º33.1%56.86%-
XYZ16.8614.4528.69-
YUV108.75148.46134.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=32.78%
G=26.94%
B=40.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118971450.190.3300.43266.2519.8347.45
Hex766191132102B10a142f
Octal16614122123410534122457
Binary111011011000011001000110011100001010101110000101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766191; }

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

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

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

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

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

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

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

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