Html Css Color HEX #776191 Butterfly Bush

📋 copy color: '#776191'

red 119 ◦ green 97 ◦ blue 145

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

Shades of Butterfly Bush #776191

Tints of Butterfly Bush #776191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

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

R = 32.96%
G = 26.87%
B = 40.17%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#776191 (or 0x776191) is known color: Butterfly Bush. HEX triplet: 77, 61 and 91. RGB value is (119,97,145). Sum of RGB (Red+Green+Blue) = 119+97+145=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #776191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776191 is #889E6E. Grayscale: #6C6C6C. Windows color (decimal): -8953455 or 9527671. OLE color: 9527671.

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

Color convert

RGB 119 97 145 -
CMYK 0.18 0.33 0 0.43
HSL 267.5º 0.2% 0.47% -
HSV(B) 267.5º 0.33% 0.57% -
XYZ 16.99 14.52 28.69 -
YUV 109.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 119 97 145 0.18 0.33 0 0.43 267.5 0.2 0.47
Hex 77 61 91 12 21 0 2B 10C 14 2F
Octal 167 141 221 22 41 0 53 414 24 57
Binary 1110111 1100001 10010001 10010 100001 0 101011 100001100 10100 101111

Color Harmonies of #776191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776191

Black with #776191

Text Example


Text Example

White with #776191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776191; }

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

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

background-color css

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

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

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

border-color css

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

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

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