Html Css Color HEX #776290 Butterfly Bush

📋 copy color: '#776290'

red 119 ◦ green 98 ◦ blue 144

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

Shades of Butterfly Bush #776290

Tints of Butterfly Bush #776290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

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

R = 32.96%
G = 27.15%
B = 39.89%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#776290 (or 0x776290) is known color: Butterfly Bush. HEX triplet: 77, 62 and 90. RGB value is (119,98,144). Sum of RGB (Red+Green+Blue) = 119+98+144=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #776290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776290 is #889D6F. Grayscale: #6D6D6D. Windows color (decimal): -8953200 or 9462391. OLE color: 9462391.

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

Color convert

RGB 119 98 144 -
CMYK 0.17 0.32 0 0.44
HSL 267.39º 0.19% 0.47% -
HSV(B) 267.39º 0.32% 0.56% -
XYZ 17.01 14.67 28.32 -
YUV 109.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 119 98 144 0.17 0.32 0 0.44 267.39 0.19 0.47
Hex 77 62 90 11 20 0 2C 10B 13 2F
Octal 167 142 220 21 40 0 54 413 23 57
Binary 1110111 1100010 10010000 10001 100000 0 101100 100001011 10011 101111

Color Harmonies of #776290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776290

Black with #776290

Text Example


Text Example

White with #776290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776290; }

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

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

background-color css

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

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

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

border-color css

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

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

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