#766094

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

Shades of Butterfly Bush #766094

Tints of Butterfly Bush #766094

Color information

#766094 (or 0x766094) is unknown color: approx Butterfly Bush. HEX triplet: 76, 60 and 94. RGB value is (118,96,148). Sum of RGB (Red+Green+Blue) = 118+96+148=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #766094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766094 is #899F6B. Grayscale: #6C6C6C. Windows color (decimal): -9019244 or 9724022. OLE color: 9724022.

HSL color Cylindrical-coordinate representation of color #766094: hue angle of 265.38º 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 #766094 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11896148-
CMYK0.200.3500.42
HSL265.38º21.31%47.84%-
HSV(B)265.38º35.14%58.04%-
XYZ1714.3629.89-
YUV108.51150.29134.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=32.60%
G=26.52%
B=40.88%

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
Decimal118961480.200.3500.42265.3821.3147.84
Hex766094142302A1091530
Octal16614022424430524112560
Binary111011011000001001010010100100011010101010000100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766094; }

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

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

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

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

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

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

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

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