Html Css Color HEX #776093 Butterfly Bush

📋 copy color: '#776093'

red 119 ◦ green 96 ◦ blue 147

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

Shades of Butterfly Bush #776093

Tints of Butterfly Bush #776093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 32.87%
G = 26.52%
B = 40.61%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#776093 (or 0x776093) is known color: Butterfly Bush. HEX triplet: 77, 60 and 93. RGB value is (119,96,147). Sum of RGB (Red+Green+Blue) = 119+96+147=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #776093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776093 is #889F6C. Grayscale: #6C6C6C. Windows color (decimal): -8953709 or 9658487. OLE color: 9658487.

HSL color Cylindrical-coordinate representation of color #776093: hue angle of 267.06º 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 #776093 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 96 147 -
CMYK 0.19 0.35 0 0.42
HSL 267.06º 0.21% 0.48% -
HSV(B) 267.06º 0.35% 0.58% -
XYZ 17.06 14.39 29.48 -
YUV 108.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 119 96 147 0.19 0.35 0 0.42 267.06 0.21 0.48
Hex 77 60 93 13 23 0 2A 10B 15 30
Octal 167 140 223 23 43 0 52 413 25 60
Binary 1110111 1100000 10010011 10011 100011 0 101010 100001011 10101 110000

Color Harmonies of #776093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776093

Black with #776093

Text Example


Text Example

White with #776093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776093; }

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

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

background-color css

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

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

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

border-color css

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

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

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