Html Css Color HEX #776190 Butterfly Bush

📋 copy color: '#776190'

red 119 ◦ green 97 ◦ blue 144

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

Shades of Butterfly Bush #776190

Tints of Butterfly Bush #776190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40%

R = 33.06%
G = 26.94%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#776190 (or 0x776190) is known color: Butterfly Bush. HEX triplet: 77, 61 and 90. RGB value is (119,97,144). Sum of RGB (Red+Green+Blue) = 119+97+144=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #776190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776190 is #889E6F. Grayscale: #6C6C6C. Windows color (decimal): -8953456 or 9462135. OLE color: 9462135.

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

Color convert

RGB 119 97 144 -
CMYK 0.17 0.33 0 0.44
HSL 268.09º 0.2% 0.47% -
HSV(B) 268.09º 0.33% 0.56% -
XYZ 16.92 14.48 28.29 -
YUV 108.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 119 97 144 0.17 0.33 0 0.44 268.09 0.2 0.47
Hex 77 61 90 11 21 0 2C 10C 14 2F
Octal 167 141 220 21 41 0 54 414 24 57
Binary 1110111 1100001 10010000 10001 100001 0 101100 100001100 10100 101111

Color Harmonies of #776190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776190

Black with #776190

Text Example


Text Example

White with #776190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776190; }

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

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

background-color css

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

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

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

border-color css

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

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

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