Html Css Color HEX #766192 Butterfly Bush

📋 copy color: '#766192'

red 118 ◦ green 97 ◦ blue 146

#766192
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #766192

Tints of Butterfly Bush #766192

RGB

 RED value IS 118 (46.48% from 255) = 32.69%

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 32.69%
G = 26.87%
B = 40.44%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#766192 (or 0x766192) is known color: Butterfly Bush. HEX triplet: 76, 61 and 92. RGB value is (118,97,146). Sum of RGB (Red+Green+Blue) = 118+97+146=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #766192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766192 is #899E6D. Grayscale: #6C6C6C. Windows color (decimal): -9018990 or 9593206. OLE color: 9593206.

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

Color convert

RGB 118 97 146 -
CMYK 0.19 0.34 0 0.43
HSL 265.71º 0.2% 0.48% -
HSV(B) 265.71º 0.34% 0.57% -
XYZ 16.93 14.48 29.1 -
YUV 108.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 118 97 146 0.19 0.34 0 0.43 265.71 0.2 0.48
Hex 76 61 92 13 22 0 2B 10A 14 30
Octal 166 141 222 23 42 0 53 412 24 60
Binary 1110110 1100001 10010010 10011 100010 0 101011 100001010 10100 110000

Color Harmonies of #766192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766192

Black with #766192

Text Example


Text Example

White with #766192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766192; }

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

 H1.HeaderClassName
 {
   color: #766192;
 }
 .AnyTagClassName
 {
   color: #766192;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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