#76618D

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

Shades of Butterfly Bush #76618D

Tints of Butterfly Bush #76618D

Color information

#76618D (or 0x76618D) is unknown color: approx Butterfly Bush. HEX triplet: 76, 61 and 8D. RGB value is (118,97,141). Sum of RGB (Red+Green+Blue) = 118+97+141=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #76618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76618D is #899E72. Grayscale: #6C6C6C. Windows color (decimal): -9018995 or 9265526. OLE color: 9265526.

HSL color Cylindrical-coordinate representation of color #76618D: hue angle of 268.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76618D is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11897141-
CMYK0.160.3100.45
HSL268.64º18.49%46.67%-
HSV(B)268.64º31.21%55.29%-
XYZ16.5514.3227.09-
YUV108.3146.46134.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=33.15%
G=27.25%
B=39.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118971410.160.3100.45268.6418.4946.67
Hex76618D101F02D10d122f
Octal16614121520370554152257
Binary11101101100001100011011000011111010110110000110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76618D; }

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

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

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

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

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

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

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

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