Html Css Color HEX #775E96 Butterfly Bush

📋 copy color: '#775E96'

red 119 ◦ green 94 ◦ blue 150

#775E96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #775E96

Tints of Butterfly Bush #775E96

RGB

 RED value IS 119 (46.88% from 255) = 32.78%

 GREEN value IS 94 (37.11% from 255) = 25.9%

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 32.78%
G = 25.9%
B = 41.32%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#775E96 (or 0x775E96) is known color: Butterfly Bush. HEX triplet: 77, 5E and 96. RGB value is (119,94,150). Sum of RGB (Red+Green+Blue) = 119+94+150=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 94 (37.11% from 255 or 25.90% 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 #775E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775E96 is #88A169. Grayscale: #6B6B6B. Windows color (decimal): -8954218 or 9854583. OLE color: 9854583.

HSL color Cylindrical-coordinate representation of color #775E96: hue angle of 266.79º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #775E96 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 94 150 -
CMYK 0.21 0.37 0 0.41
HSL 266.79º 0.23% 0.48% -
HSV(B) 266.79º 0.37% 0.59% -
XYZ 17.12 14.13 30.68 -
YUV 107.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 119 94 150 0.21 0.37 0 0.41 266.79 0.23 0.48
Hex 77 5E 96 15 25 0 29 10B 17 30
Octal 167 136 226 25 45 0 51 413 27 60
Binary 1110111 1011110 10010110 10101 100101 0 101001 100001011 10111 110000

Color Harmonies of #775E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E96

Black with #775E96

Text Example


Text Example

White with #775E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #775E96;
 }
 .AnyTagClassName
 {
   color: #775E96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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