Html Css Color HEX #776097 Butterfly Bush

📋 copy color: '#776097'

red 119 ◦ green 96 ◦ blue 151

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

Shades of Butterfly Bush #776097

Tints of Butterfly Bush #776097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.26%

R = 32.51%
G = 26.23%
B = 41.26%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#776097 (or 0x776097) is known color: Butterfly Bush. HEX triplet: 77, 60 and 97. RGB value is (119,96,151). Sum of RGB (Red+Green+Blue) = 119+96+151=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #776097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776097 is #889F68. Grayscale: #6C6C6C. Windows color (decimal): -8953705 or 9920631. OLE color: 9920631.

HSL color Cylindrical-coordinate representation of color #776097: hue angle of 265.09º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #776097 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 96 151 -
CMYK 0.21 0.36 0 0.41
HSL 265.09º 0.22% 0.48% -
HSV(B) 265.09º 0.36% 0.59% -
XYZ 17.38 14.52 31.17 -
YUV 109.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 119 96 151 0.21 0.36 0 0.41 265.09 0.22 0.48
Hex 77 60 97 15 24 0 29 109 16 30
Octal 167 140 227 25 44 0 51 411 26 60
Binary 1110111 1100000 10010111 10101 100100 0 101001 100001001 10110 110000

Color Harmonies of #776097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776097

Black with #776097

Text Example


Text Example

White with #776097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776097; }

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

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

background-color css

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

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

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

border-color css

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

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

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