Html Css Color HEX #765C94 Butterfly Bush

📋 copy color: '#765C94'

red 118 ◦ green 92 ◦ blue 148

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

Shades of Butterfly Bush #765C94

Tints of Butterfly Bush #765C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.34%

R = 32.96%
G = 25.7%
B = 41.34%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765C94 (or 0x765C94) is known color: Butterfly Bush. HEX triplet: 76, 5C and 94. RGB value is (118,92,148). Sum of RGB (Red+Green+Blue) = 118+92+148=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #765C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765C94 is #89A36B. Grayscale: #696969. Windows color (decimal): -9020268 or 9722998. OLE color: 9722998.

HSL color Cylindrical-coordinate representation of color #765C94: hue angle of 267.86º degrees, saturation: 0.23, 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 #765C94 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 92 148 -
CMYK 0.20 0.38 0 0.42
HSL 267.86º 0.23% 0.47% -
HSV(B) 267.86º 0.38% 0.58% -
XYZ 16.64 13.64 29.77 -
YUV 106.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 118 92 148 0.20 0.38 0 0.42 267.86 0.23 0.47
Hex 76 5C 94 14 26 0 2A 10C 17 2F
Octal 166 134 224 24 46 0 52 414 27 57
Binary 1110110 1011100 10010100 10100 100110 0 101010 100001100 10111 101111

Color Harmonies of #765C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C94

Black with #765C94

Text Example


Text Example

White with #765C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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