Html Css Color HEX #776295 Butterfly Bush

📋 copy color: '#776295'

red 119 ◦ green 98 ◦ blue 149

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

Shades of Butterfly Bush #776295

Tints of Butterfly Bush #776295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.78%

 BLUE value IS 149 (58.59% from 255) = 40.71%

R = 32.51%
G = 26.78%
B = 40.71%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#776295 (or 0x776295) is known color: Butterfly Bush. HEX triplet: 77, 62 and 95. RGB value is (119,98,149). Sum of RGB (Red+Green+Blue) = 119+98+149=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #776295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776295 is #889D6A. Grayscale: #6D6D6D. Windows color (decimal): -8953195 or 9790071. OLE color: 9790071.

HSL color Cylindrical-coordinate representation of color #776295: hue angle of 264.71º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #776295 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 98 149 -
CMYK 0.20 0.34 0 0.42
HSL 264.71º 0.21% 0.48% -
HSV(B) 264.71º 0.34% 0.58% -
XYZ 17.4 14.83 30.38 -
YUV 110.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 119 98 149 0.20 0.34 0 0.42 264.71 0.21 0.48
Hex 77 62 95 14 22 0 2A 109 15 30
Octal 167 142 225 24 42 0 52 411 25 60
Binary 1110111 1100010 10010101 10100 100010 0 101010 100001001 10101 110000

Color Harmonies of #776295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776295

Black with #776295

Text Example


Text Example

White with #776295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776295; }

 p { color: rgb(119,98,149); }

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

background-color css

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

 a { background-color: rgb(119,98,149); }

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

border-color css

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

 span { border-color: rgb(119,98,149); }

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