Html Css Color HEX #776096 Butterfly Bush

📋 copy color: '#776096'

red 119 ◦ green 96 ◦ blue 150

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

Shades of Butterfly Bush #776096

Tints of Butterfly Bush #776096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 32.6%
G = 26.3%
B = 41.1%

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

#776096 (or 0x776096) is known color: Butterfly Bush. HEX triplet: 77, 60 and 96. RGB value is (119,96,150). Sum of RGB (Red+Green+Blue) = 119+96+150=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #776096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776096 is #889F69. Grayscale: #6C6C6C. Windows color (decimal): -8953706 or 9855095. OLE color: 9855095.

HSL color Cylindrical-coordinate representation of color #776096: hue angle of 265.56º 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 #776096 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 96 150 -
CMYK 0.21 0.36 0 0.41
HSL 265.56º 0.22% 0.48% -
HSV(B) 265.56º 0.36% 0.59% -
XYZ 17.3 14.49 30.74 -
YUV 109.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 119 96 150 0.21 0.36 0 0.41 265.56 0.22 0.48
Hex 77 60 96 15 24 0 29 10A 16 30
Octal 167 140 226 25 44 0 51 412 26 60
Binary 1110111 1100000 10010110 10101 100100 0 101001 100001010 10110 110000

Color Harmonies of #776096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776096

Black with #776096

Text Example


Text Example

White with #776096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776096; }

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

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

background-color css

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

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

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

border-color css

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

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

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