#775E92

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

Shades of Butterfly Bush #775E92

Tints of Butterfly Bush #775E92

Color information

#775E92 (or 0x775E92) is unknown color: approx Butterfly Bush. HEX triplet: 77, 5E and 92. RGB value is (119,94,146). Sum of RGB (Red+Green+Blue) = 119+94+146=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 94 (37.11% from 255 or 26.18% 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 #775E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775E92 is #88A16D. Grayscale: #6B6B6B. Windows color (decimal): -8954222 or 9592439. OLE color: 9592439.

HSL color Cylindrical-coordinate representation of color #775E92: hue angle of 268.85º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #775E92 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11994146-
CMYK0.180.3600.43
HSL268.85º21.67%47.06%-
HSV(B)268.85º35.62%57.25%-
XYZ16.81429.01-
YUV107.4149.78136.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.15%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=33.15%
G=26.18%
B=40.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119941460.180.3600.43268.8521.6747.06
Hex775E92122402B10d162f
Octal16713622222440534152657
Binary111011110111101001001010010100100010101110000110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E92; }

 p { color: rgb(119,94,146); }

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

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

 a { background-color: rgb(119,94,146); }

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

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

 span { border-color: rgb(119,94,146); }

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