#775C94

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

Shades of Butterfly Bush #775C94

Tints of Butterfly Bush #775C94

Color information

#775C94 (or 0x775C94) is unknown color: approx Butterfly Bush. HEX triplet: 77, 5C and 94. RGB value is (119,92,148). Sum of RGB (Red+Green+Blue) = 119+92+148=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #775C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775C94 is #88A36B. Grayscale: #6A6A6A. Windows color (decimal): -8954732 or 9722999. OLE color: 9722999.

HSL color Cylindrical-coordinate representation of color #775C94: hue angle of 268.93º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #775C94 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11992148-
CMYK0.200.3800.42
HSL268.93º23.33%47.06%-
HSV(B)268.93º37.84%58.04%-
XYZ16.7813.7129.78-
YUV106.46151.45136.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.15%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 148 (58.20% from 255) = 41.23%
R=33.15%
G=25.63%
B=41.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119921480.200.3800.42268.9323.3347.06
Hex775C94142602A10d172f
Octal16713422424460524152757
Binary111011110111001001010010100100110010101010000110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,92,148); }

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

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

 a { background-color: rgb(119,92,148); }

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

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

 span { border-color: rgb(119,92,148); }

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