Html Css Color HEX #766193 Butterfly Bush

📋 copy color: '#766193'

red 118 ◦ green 97 ◦ blue 147

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

Shades of Butterfly Bush #766193

Tints of Butterfly Bush #766193

RGB

 RED value IS 118 (46.48% from 255) = 32.6%

 GREEN value IS 97 (38.28% from 255) = 26.8%

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

R = 32.6%
G = 26.8%
B = 40.61%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#766193 (or 0x766193) is known color: Butterfly Bush. HEX triplet: 76, 61 and 93. RGB value is (118,97,147). Sum of RGB (Red+Green+Blue) = 118+97+147=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 97 (38.28% from 255 or 26.80% 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 #766193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766193 is #899E6C. Grayscale: #6C6C6C. Windows color (decimal): -9018989 or 9658742. OLE color: 9658742.

HSL color Cylindrical-coordinate representation of color #766193: hue angle of 265.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #766193 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 97 147 -
CMYK 0.20 0.34 0 0.42
HSL 265.2º 0.2% 0.48% -
HSV(B) 265.2º 0.34% 0.58% -
XYZ 17.01 14.51 29.51 -
YUV 108.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 118 97 147 0.20 0.34 0 0.42 265.2 0.2 0.48
Hex 76 61 93 14 22 0 2A 109 14 30
Octal 166 141 223 24 42 0 52 411 24 60
Binary 1110110 1100001 10010011 10100 100010 0 101010 100001001 10100 110000

Color Harmonies of #766193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766193

Black with #766193

Text Example


Text Example

White with #766193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766193; }

 p { color: rgb(118,97,147); }

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

background-color css

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

 a { background-color: rgb(118,97,147); }

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

border-color css

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

 span { border-color: rgb(118,97,147); }

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