#76608D

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

Shades of Butterfly Bush #76608D

Tints of Butterfly Bush #76608D

Color information

#76608D (or 0x76608D) is unknown color: approx Butterfly Bush. HEX triplet: 76, 60 and 8D. RGB value is (118,96,141). Sum of RGB (Red+Green+Blue) = 118+96+141=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #76608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76608D is #899F72. Grayscale: #6B6B6B. Windows color (decimal): -9019251 or 9265270. OLE color: 9265270.

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

Color convert

RGB11896141-
CMYK0.160.3200.45
HSL269.33º18.99%46.47%-
HSV(B)269.33º31.91%55.29%-
XYZ16.4614.1427.06-
YUV107.71146.79135.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=33.24%
G=27.04%
B=39.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118961410.160.3200.45269.3318.9946.47
Hex76608D102002D10d132e
Octal16614021520400554152356
Binary111011011000001000110110000100000010110110000110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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