#766093

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

Shades of Butterfly Bush #766093

Tints of Butterfly Bush #766093

Color information

#766093 (or 0x766093) is unknown color: approx Butterfly Bush. HEX triplet: 76, 60 and 93. RGB value is (118,96,147). Sum of RGB (Red+Green+Blue) = 118+96+147=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #766093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766093 is #899F6C. Grayscale: #6C6C6C. Windows color (decimal): -9019245 or 9658486. OLE color: 9658486.

HSL color Cylindrical-coordinate representation of color #766093: hue angle of 265.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #766093 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11896147-
CMYK0.200.3500.42
HSL265.88º20.99%47.65%-
HSV(B)265.88º34.69%57.65%-
XYZ16.9214.3229.48-
YUV108.39149.79134.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 147 (57.81% from 255) = 40.72%
R=32.69%
G=26.59%
B=40.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118961470.200.3500.42265.8820.9947.65
Hex766093142302A10a1530
Octal16614022324430524122560
Binary111011011000001001001110100100011010101010000101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766093; }

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

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

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

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

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

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

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

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