Html Css Color HEX #76618F Butterfly Bush

📋 copy color: '#76618F'

red 118 ◦ green 97 ◦ blue 143

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

Shades of Butterfly Bush #76618F

Tints of Butterfly Bush #76618F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.94%

R = 32.96%
G = 27.09%
B = 39.94%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76618F (or 0x76618F) is known color: Butterfly Bush. HEX triplet: 76, 61 and 8F. RGB value is (118,97,143). Sum of RGB (Red+Green+Blue) = 118+97+143=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 143 - color contains mainly: blue. Hex color #76618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76618F is #899E70. Grayscale: #6C6C6C. Windows color (decimal): -9018993 or 9396598. OLE color: 9396598.

HSL color Cylindrical-coordinate representation of color #76618F: hue angle of 267.39º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76618F is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 97 143 -
CMYK 0.17 0.32 0 0.44
HSL 267.39º 0.19% 0.47% -
HSV(B) 267.39º 0.32% 0.56% -
XYZ 16.7 14.38 27.88 -
YUV 108.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 118 97 143 0.17 0.32 0 0.44 267.39 0.19 0.47
Hex 76 61 8F 11 20 0 2C 10B 13 2F
Octal 166 141 217 21 40 0 54 413 23 57
Binary 1110110 1100001 10001111 10001 100000 0 101100 100001011 10011 101111

Color Harmonies of #76618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76618F

Black with #76618F

Text Example


Text Example

White with #76618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76618F; }

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

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

background-color css

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

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

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

border-color css

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

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

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