Html Css Color HEX #756292 Butterfly Bush

📋 copy color: '#756292'

red 117 ◦ green 98 ◦ blue 146

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

Shades of Butterfly Bush #756292

Tints of Butterfly Bush #756292

RGB

 RED value IS 117 (46.09% from 255) = 32.41%

 GREEN value IS 98 (38.67% from 255) = 27.15%

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

R = 32.41%
G = 27.15%
B = 40.44%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#756292 (or 0x756292) is known color: Butterfly Bush. HEX triplet: 75, 62 and 92. RGB value is (117,98,146). Sum of RGB (Red+Green+Blue) = 117+98+146=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 98 (38.67% from 255 or 27.15% 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 #756292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756292 is #8A9D6D. Grayscale: #6C6C6C. Windows color (decimal): -9084270 or 9593461. OLE color: 9593461.

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

Color convert

RGB 117 98 146 -
CMYK 0.20 0.33 0 0.43
HSL 263.75º 0.2% 0.48% -
HSV(B) 263.75º 0.33% 0.57% -
XYZ 16.89 14.59 29.12 -
YUV 109.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 117 98 146 0.20 0.33 0 0.43 263.75 0.2 0.48
Hex 75 62 92 14 21 0 2B 108 14 30
Octal 165 142 222 24 41 0 53 410 24 60
Binary 1110101 1100010 10010010 10100 100001 0 101011 100001000 10100 110000

Color Harmonies of #756292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756292

Black with #756292

Text Example


Text Example

White with #756292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756292; }

 p { color: rgb(117,98,146); }

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

background-color css

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

 a { background-color: rgb(117,98,146); }

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

border-color css

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

 span { border-color: rgb(117,98,146); }

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