#756091

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

Shades of Butterfly Bush #756091

Tints of Butterfly Bush #756091

Color information

#756091 (or 0x756091) is unknown color: approx Butterfly Bush. HEX triplet: 75, 60 and 91. RGB value is (117,96,145). Sum of RGB (Red+Green+Blue) = 117+96+145=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #756091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756091 is #8A9F6E. Grayscale: #6B6B6B. Windows color (decimal): -9084783 or 9527413. OLE color: 9527413.

HSL color Cylindrical-coordinate representation of color #756091: hue angle of 265.71º 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 #756091 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11796145-
CMYK0.190.3400.43
HSL265.71º20.33%47.25%-
HSV(B)265.71º33.79%56.86%-
XYZ16.6314.1928.65-
YUV107.86148.96134.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 145 (57.03% from 255) = 40.50%
R=32.68%
G=26.82%
B=40.50%

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
Decimal117961450.190.3400.43265.7120.3347.25
Hex756091132202B10a142f
Octal16514022123420534122457
Binary111010111000001001000110011100010010101110000101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756091; }

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

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

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

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

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

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

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

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