Html Css Color HEX #775D94 Butterfly Bush

📋 copy color: '#775D94'

red 119 ◦ green 93 ◦ blue 148

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

Shades of Butterfly Bush #775D94

Tints of Butterfly Bush #775D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 33.06%
G = 25.83%
B = 41.11%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775D94 (or 0x775D94) is known color: Butterfly Bush. HEX triplet: 77, 5D and 94. RGB value is (119,93,148). Sum of RGB (Red+Green+Blue) = 119+93+148=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #775D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775D94 is #88A26B. Grayscale: #6A6A6A. Windows color (decimal): -8954476 or 9723255. OLE color: 9723255.

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

Color convert

RGB 119 93 148 -
CMYK 0.20 0.37 0 0.42
HSL 268.36º 0.23% 0.47% -
HSV(B) 268.36º 0.37% 0.58% -
XYZ 16.87 13.89 29.81 -
YUV 107.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 119 93 148 0.20 0.37 0 0.42 268.36 0.23 0.47
Hex 77 5D 94 14 25 0 2A 10C 17 2F
Octal 167 135 224 24 45 0 52 414 27 57
Binary 1110111 1011101 10010100 10100 100101 0 101010 100001100 10111 101111

Color Harmonies of #775D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D94

Black with #775D94

Text Example


Text Example

White with #775D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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