Html Css Color HEX #776091 Butterfly Bush

📋 copy color: '#776091'

red 119 ◦ green 96 ◦ blue 145

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

Shades of Butterfly Bush #776091

Tints of Butterfly Bush #776091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

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

R = 33.06%
G = 26.67%
B = 40.28%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#776091 (or 0x776091) is known color: Butterfly Bush. HEX triplet: 77, 60 and 91. RGB value is (119,96,145). Sum of RGB (Red+Green+Blue) = 119+96+145=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #776091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776091 is #889F6E. Grayscale: #6C6C6C. Windows color (decimal): -8953711 or 9527415. OLE color: 9527415.

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

Color convert

RGB 119 96 145 -
CMYK 0.18 0.34 0 0.43
HSL 268.16º 0.2% 0.47% -
HSV(B) 268.16º 0.34% 0.57% -
XYZ 16.9 14.33 28.66 -
YUV 108.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 119 96 145 0.18 0.34 0 0.43 268.16 0.2 0.47
Hex 77 60 91 12 22 0 2B 10C 14 2F
Octal 167 140 221 22 42 0 53 414 24 57
Binary 1110111 1100000 10010001 10010 100010 0 101011 100001100 10100 101111

Color Harmonies of #776091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776091

Black with #776091

Text Example


Text Example

White with #776091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776091; }

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

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

background-color css

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

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

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

border-color css

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

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

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