#766096

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

Shades of Butterfly Bush #766096

Tints of Butterfly Bush #766096

Color information

#766096 (or 0x766096) is unknown color: approx Butterfly Bush. HEX triplet: 76, 60 and 96. RGB value is (118,96,150). Sum of RGB (Red+Green+Blue) = 118+96+150=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #766096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766096 is #899F69. Grayscale: #6C6C6C. Windows color (decimal): -9019242 or 9855094. OLE color: 9855094.

HSL color Cylindrical-coordinate representation of color #766096: hue angle of 264.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #766096 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11896150-
CMYK0.210.3600.41
HSL264.44º21.95%48.24%-
HSV(B)264.44º36%58.82%-
XYZ17.1614.4230.73-
YUV108.73151.29134.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 150 (58.98% from 255) = 41.21%
R=32.42%
G=26.37%
B=41.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118961500.210.3600.41264.4421.9548.24
Hex76609615240291081630
Octal16614022625440514102660
Binary111011011000001001011010101100100010100110000100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766096; }

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

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

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

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

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

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

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

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