#76608E

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

Shades of Butterfly Bush #76608E

Tints of Butterfly Bush #76608E

Color information

#76608E (or 0x76608E) is unknown color: approx Butterfly Bush. HEX triplet: 76, 60 and 8E. RGB value is (118,96,142). Sum of RGB (Red+Green+Blue) = 118+96+142=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #76608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76608E is #899F71. Grayscale: #6B6B6B. Windows color (decimal): -9019250 or 9330806. OLE color: 9330806.

HSL color Cylindrical-coordinate representation of color #76608E: hue angle of 268.7º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76608E is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11896142-
CMYK0.170.3200.44
HSL268.7º19.33%46.67%-
HSV(B)268.7º32.39%55.69%-
XYZ16.5414.1727.45-
YUV107.82147.29135.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=33.15%
G=26.97%
B=39.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118961420.170.3200.44268.719.3346.67
Hex76608E112002C10d132f
Octal16614021621400544152357
Binary111011011000001000111010001100000010110010000110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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