#766392

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

Shades of Butterfly Bush #766392

Tints of Butterfly Bush #766392

Color information

#766392 (or 0x766392) is unknown color: approx Butterfly Bush. HEX triplet: 76, 63 and 92. RGB value is (118,99,146). Sum of RGB (Red+Green+Blue) = 118+99+146=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #766392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766392 is #899C6D. Grayscale: #6D6D6D. Windows color (decimal): -9018478 or 9593718. OLE color: 9593718.

HSL color Cylindrical-coordinate representation of color #766392: hue angle of 264.26º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766392 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11899146-
CMYK0.190.3200.43
HSL264.26º19.18%48.04%-
HSV(B)264.26º32.19%57.25%-
XYZ17.1214.8529.16-
YUV110.04148.29133.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=32.51%
G=27.27%
B=40.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118991460.190.3200.43264.2619.1848.04
Hex766392132002B1081330
Octal16614322223400534102360
Binary111011011000111001001010011100000010101110000100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766392; }

 p { color: rgb(118,99,146); }

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

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

 a { background-color: rgb(118,99,146); }

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

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

 span { border-color: rgb(118,99,146); }

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