Html Css Color HEX #766091 Butterfly Bush

📋 copy color: '#766091'

red 118 ◦ green 96 ◦ blue 145

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

Shades of Butterfly Bush #766091

Tints of Butterfly Bush #766091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.39%

R = 32.87%
G = 26.74%
B = 40.39%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#766091 (or 0x766091) is known color: Butterfly Bush. HEX triplet: 76, 60 and 91. RGB value is (118,96,145). Sum of RGB (Red+Green+Blue) = 118+96+145=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #766091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766091 is #899F6E. Grayscale: #6B6B6B. Windows color (decimal): -9019247 or 9527414. OLE color: 9527414.

HSL color Cylindrical-coordinate representation of color #766091: hue angle of 266.94º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #766091 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 96 145 -
CMYK 0.19 0.34 0 0.43
HSL 266.94º 0.2% 0.47% -
HSV(B) 266.94º 0.34% 0.57% -
XYZ 16.76 14.26 28.66 -
YUV 108.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 118 96 145 0.19 0.34 0 0.43 266.94 0.2 0.47
Hex 76 60 91 13 22 0 2B 10B 14 2F
Octal 166 140 221 23 42 0 53 413 24 57
Binary 1110110 1100000 10010001 10011 100010 0 101011 100001011 10100 101111

Color Harmonies of #766091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766091

Black with #766091

Text Example


Text Example

White with #766091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766091; }

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

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

background-color css

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

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

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

border-color css

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

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

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