#766190

Color #766190 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #766190

Tints of Butterfly Bush #766190

Color information

#766190 (or 0x766190) is unknown color: approx Butterfly Bush. HEX triplet: 76, 61 and 90. RGB value is (118,97,144). Sum of RGB (Red+Green+Blue) = 118+97+144=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #766190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766190 is #899E6F. Grayscale: #6C6C6C. Windows color (decimal): -9018992 or 9462134. OLE color: 9462134.

HSL color Cylindrical-coordinate representation of color #766190: hue angle of 266.81º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #766190 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11897144-
CMYK0.180.3300.44
HSL266.81º19.5%47.25%-
HSV(B)266.81º32.64%56.47%-
XYZ16.7814.4128.28-
YUV108.64147.96134.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=32.87%
G=27.02%
B=40.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118971440.180.3300.44266.8119.547.25
Hex766190122102C10b142f
Octal16614122022410544132457
Binary111011011000011001000010010100001010110010000101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766190; }

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

 H1.HeaderClassName
 {
   color: #766190;
 }
 .AnyTagClassName
 {
   color: #766190;
 }
</style>
background-color css

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

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

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

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

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

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