#756096

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

Shades of Butterfly Bush #756096

Tints of Butterfly Bush #756096

Color information

#756096 (or 0x756096) is unknown color: approx Butterfly Bush. HEX triplet: 75, 60 and 96. RGB value is (117,96,150). Sum of RGB (Red+Green+Blue) = 117+96+150=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #756096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756096 is #8A9F69. Grayscale: #6C6C6C. Windows color (decimal): -9084778 or 9855093. OLE color: 9855093.

HSL color Cylindrical-coordinate representation of color #756096: hue angle of 263.33º 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 #756096 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11796150-
CMYK0.220.3600.41
HSL263.33º21.95%48.24%-
HSV(B)263.33º36%58.82%-
XYZ17.0214.3530.73-
YUV108.44151.46134.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=32.23%
G=26.45%
B=41.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117961500.220.3600.41263.3321.9548.24
Hex75609616240291071630
Octal16514022626440514072660
Binary111010111000001001011010110100100010100110000011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756096; }

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

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

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

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

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

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

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

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