#756092

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

Shades of Butterfly Bush #756092

Tints of Butterfly Bush #756092

Color information

#756092 (or 0x756092) is unknown color: approx Butterfly Bush. HEX triplet: 75, 60 and 92. RGB value is (117,96,146). Sum of RGB (Red+Green+Blue) = 117+96+146=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #756092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756092 is #8A9F6D. Grayscale: #6B6B6B. Windows color (decimal): -9084782 or 9592949. OLE color: 9592949.

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

Color convert

RGB11796146-
CMYK0.200.3400.43
HSL265.2º20.66%47.45%-
HSV(B)265.2º34.25%57.25%-
XYZ16.7114.2229.06-
YUV107.98149.46134.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=32.59%
G=26.74%
B=40.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117961460.200.3400.43265.220.6647.45
Hex756092142202B109152f
Octal16514022224420534112557
Binary111010111000001001001010100100010010101110000100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756092; }

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

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

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

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

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

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

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

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