Html Css Color HEX #765C95 Butterfly Bush

📋 copy color: '#765C95'

red 118 ◦ green 92 ◦ blue 149

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

Shades of Butterfly Bush #765C95

Tints of Butterfly Bush #765C95

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.63%

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 32.87%
G = 25.63%
B = 41.5%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765C95 (or 0x765C95) is known color: Butterfly Bush. HEX triplet: 76, 5C and 95. RGB value is (118,92,149). Sum of RGB (Red+Green+Blue) = 118+92+149=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #765C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765C95 is #89A36A. Grayscale: #6A6A6A. Windows color (decimal): -9020267 or 9788534. OLE color: 9788534.

HSL color Cylindrical-coordinate representation of color #765C95: hue angle of 267.37º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #765C95 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 92 149 -
CMYK 0.21 0.38 0 0.42
HSL 267.37º 0.24% 0.47% -
HSV(B) 267.37º 0.38% 0.58% -
XYZ 16.72 13.68 30.19 -
YUV 106.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 118 92 149 0.21 0.38 0 0.42 267.37 0.24 0.47
Hex 76 5C 95 15 26 0 2A 10B 18 2F
Octal 166 134 225 25 46 0 52 413 30 57
Binary 1110110 1011100 10010101 10101 100110 0 101010 100001011 11000 101111

Color Harmonies of #765C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C95

Black with #765C95

Text Example


Text Example

White with #765C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765C95; }

 p { color: rgb(118,92,149); }

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

background-color css

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

 a { background-color: rgb(118,92,149); }

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

border-color css

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

 span { border-color: rgb(118,92,149); }

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