Html Css Color HEX #766095 Butterfly Bush

📋 copy color: '#766095'

red 118 ◦ green 96 ◦ blue 149

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

Shades of Butterfly Bush #766095

Tints of Butterfly Bush #766095

RGB

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

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

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

R = 32.51%
G = 26.45%
B = 41.05%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#766095 (or 0x766095) is known color: Butterfly Bush. HEX triplet: 76, 60 and 95. RGB value is (118,96,149). Sum of RGB (Red+Green+Blue) = 118+96+149=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #766095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766095 is #899F6A. Grayscale: #6C6C6C. Windows color (decimal): -9019243 or 9789558. OLE color: 9789558.

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

Color convert

RGB 118 96 149 -
CMYK 0.21 0.36 0 0.42
HSL 264.91º 0.22% 0.48% -
HSV(B) 264.91º 0.36% 0.58% -
XYZ 17.08 14.39 30.31 -
YUV 108.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 118 96 149 0.21 0.36 0 0.42 264.91 0.22 0.48
Hex 76 60 95 15 24 0 2A 109 16 30
Octal 166 140 225 25 44 0 52 411 26 60
Binary 1110110 1100000 10010101 10101 100100 0 101010 100001001 10110 110000

Color Harmonies of #766095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766095

Black with #766095

Text Example


Text Example

White with #766095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766095; }

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

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

background-color css

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

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

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

border-color css

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

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

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