Html Css Color HEX #776094 Butterfly Bush

📋 copy color: '#776094'

red 119 ◦ green 96 ◦ blue 148

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

Shades of Butterfly Bush #776094

Tints of Butterfly Bush #776094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 32.78%
G = 26.45%
B = 40.77%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#776094 (or 0x776094) is known color: Butterfly Bush. HEX triplet: 77, 60 and 94. RGB value is (119,96,148). Sum of RGB (Red+Green+Blue) = 119+96+148=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #776094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776094 is #889F6B. Grayscale: #6C6C6C. Windows color (decimal): -8953708 or 9724023. OLE color: 9724023.

HSL color Cylindrical-coordinate representation of color #776094: hue angle of 266.54º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #776094 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 96 148 -
CMYK 0.20 0.35 0 0.42
HSL 266.54º 0.21% 0.48% -
HSV(B) 266.54º 0.35% 0.58% -
XYZ 17.14 14.43 29.9 -
YUV 108.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 119 96 148 0.20 0.35 0 0.42 266.54 0.21 0.48
Hex 77 60 94 14 23 0 2A 10B 15 30
Octal 167 140 224 24 43 0 52 413 25 60
Binary 1110111 1100000 10010100 10100 100011 0 101010 100001011 10101 110000

Color Harmonies of #776094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776094

Black with #776094

Text Example


Text Example

White with #776094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776094; }

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

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

background-color css

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

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

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

border-color css

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

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

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