Html Css Color HEX #776090 Butterfly Bush

📋 copy color: '#776090'

red 119 ◦ green 96 ◦ blue 144

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

Shades of Butterfly Bush #776090

Tints of Butterfly Bush #776090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.11%

R = 33.15%
G = 26.74%
B = 40.11%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#776090 (or 0x776090) is known color: Butterfly Bush. HEX triplet: 77, 60 and 90. RGB value is (119,96,144). Sum of RGB (Red+Green+Blue) = 119+96+144=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #776090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776090 is #889F6F. Grayscale: #6C6C6C. Windows color (decimal): -8953712 or 9461879. OLE color: 9461879.

HSL color Cylindrical-coordinate representation of color #776090: hue angle of 268.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #776090 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 96 144 -
CMYK 0.17 0.33 0 0.44
HSL 268.75º 0.2% 0.47% -
HSV(B) 268.75º 0.33% 0.56% -
XYZ 16.82 14.3 28.26 -
YUV 108.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 119 96 144 0.17 0.33 0 0.44 268.75 0.2 0.47
Hex 77 60 90 11 21 0 2C 10D 14 2F
Octal 167 140 220 21 41 0 54 415 24 57
Binary 1110111 1100000 10010000 10001 100001 0 101100 100001101 10100 101111

Color Harmonies of #776090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776090

Black with #776090

Text Example


Text Example

White with #776090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776090; }

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

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

background-color css

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

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

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

border-color css

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

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

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