Html Css Color HEX #766295 Butterfly Bush

📋 copy color: '#766295'

red 118 ◦ green 98 ◦ blue 149

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

Shades of Butterfly Bush #766295

Tints of Butterfly Bush #766295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 32.33%
G = 26.85%
B = 40.82%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#766295 (or 0x766295) is known color: Butterfly Bush. HEX triplet: 76, 62 and 95. RGB value is (118,98,149). Sum of RGB (Red+Green+Blue) = 118+98+149=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #766295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766295 is #899D6A. Grayscale: #6D6D6D. Windows color (decimal): -9018731 or 9790070. OLE color: 9790070.

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

Color convert

RGB 118 98 149 -
CMYK 0.21 0.34 0 0.42
HSL 263.53º 0.21% 0.48% -
HSV(B) 263.53º 0.34% 0.58% -
XYZ 17.26 14.76 30.37 -
YUV 109.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 118 98 149 0.21 0.34 0 0.42 263.53 0.21 0.48
Hex 76 62 95 15 22 0 2A 108 15 30
Octal 166 142 225 25 42 0 52 410 25 60
Binary 1110110 1100010 10010101 10101 100010 0 101010 100001000 10101 110000

Color Harmonies of #766295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766295

Black with #766295

Text Example


Text Example

White with #766295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766295; }

 p { color: rgb(118,98,149); }

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

background-color css

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

 a { background-color: rgb(118,98,149); }

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

border-color css

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

 span { border-color: rgb(118,98,149); }

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