Html Css Color HEX #776392 Butterfly Bush

📋 copy color: '#776392'

red 119 ◦ green 99 ◦ blue 146

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

Shades of Butterfly Bush #776392

Tints of Butterfly Bush #776392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.2%

 BLUE value IS 146 (57.42% from 255) = 40.11%

R = 32.69%
G = 27.2%
B = 40.11%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#776392 (or 0x776392) is known color: Butterfly Bush. HEX triplet: 77, 63 and 92. RGB value is (119,99,146). Sum of RGB (Red+Green+Blue) = 119+99+146=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #776392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776392 is #889C6D. Grayscale: #6E6E6E. Windows color (decimal): -8952942 or 9593719. OLE color: 9593719.

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

Color convert

RGB 119 99 146 -
CMYK 0.18 0.32 0 0.43
HSL 265.53º 0.19% 0.48% -
HSV(B) 265.53º 0.32% 0.57% -
XYZ 17.26 14.92 29.16 -
YUV 110.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 119 99 146 0.18 0.32 0 0.43 265.53 0.19 0.48
Hex 77 63 92 12 20 0 2B 10A 13 30
Octal 167 143 222 22 40 0 53 412 23 60
Binary 1110111 1100011 10010010 10010 100000 0 101011 100001010 10011 110000

Color Harmonies of #776392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776392

Black with #776392

Text Example


Text Example

White with #776392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776392; }

 p { color: rgb(119,99,146); }

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

background-color css

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

 a { background-color: rgb(119,99,146); }

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

border-color css

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

 span { border-color: rgb(119,99,146); }

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