Html Css Color HEX #776092 Butterfly Bush

📋 copy color: '#776092'

red 119 ◦ green 96 ◦ blue 146

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

Shades of Butterfly Bush #776092

Tints of Butterfly Bush #776092

RGB

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

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

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

R = 32.96%
G = 26.59%
B = 40.44%

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

#776092 (or 0x776092) is known color: Butterfly Bush. HEX triplet: 77, 60 and 92. RGB value is (119,96,146). Sum of RGB (Red+Green+Blue) = 119+96+146=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #776092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776092 is #889F6D. Grayscale: #6C6C6C. Windows color (decimal): -8953710 or 9592951. OLE color: 9592951.

HSL color Cylindrical-coordinate representation of color #776092: hue angle of 267.6º degrees, saturation: 0.21, 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 #776092 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 96 146 -
CMYK 0.18 0.34 0 0.43
HSL 267.6º 0.21% 0.47% -
HSV(B) 267.6º 0.34% 0.57% -
XYZ 16.98 14.36 29.07 -
YUV 108.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 119 96 146 0.18 0.34 0 0.43 267.6 0.21 0.47
Hex 77 60 92 12 22 0 2B 10C 15 2F
Octal 167 140 222 22 42 0 53 414 25 57
Binary 1110111 1100000 10010010 10010 100010 0 101011 100001100 10101 101111

Color Harmonies of #776092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776092

Black with #776092

Text Example


Text Example

White with #776092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776092; }

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

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

background-color css

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

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

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

border-color css

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

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

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