Html Css Color HEX #776291 Butterfly Bush

📋 copy color: '#776291'

red 119 ◦ green 98 ◦ blue 145

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

Shades of Butterfly Bush #776291

Tints of Butterfly Bush #776291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.06%

R = 32.87%
G = 27.07%
B = 40.06%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#776291 (or 0x776291) is known color: Butterfly Bush. HEX triplet: 77, 62 and 91. RGB value is (119,98,145). Sum of RGB (Red+Green+Blue) = 119+98+145=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #776291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776291 is #889D6E. Grayscale: #6D6D6D. Windows color (decimal): -8953199 or 9527927. OLE color: 9527927.

HSL color Cylindrical-coordinate representation of color #776291: hue angle of 266.81º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776291 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 98 145 -
CMYK 0.18 0.32 0 0.43
HSL 266.81º 0.19% 0.48% -
HSV(B) 266.81º 0.32% 0.57% -
XYZ 17.09 14.7 28.73 -
YUV 109.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 119 98 145 0.18 0.32 0 0.43 266.81 0.19 0.48
Hex 77 62 91 12 20 0 2B 10B 13 30
Octal 167 142 221 22 40 0 53 413 23 60
Binary 1110111 1100010 10010001 10010 100000 0 101011 100001011 10011 110000

Color Harmonies of #776291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776291

Black with #776291

Text Example


Text Example

White with #776291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776291; }

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

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

background-color css

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

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

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

border-color css

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

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

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