Html Css Color HEX #756092 Butterfly Bush

📋 copy color: '#756092'

red 117 ◦ green 96 ◦ blue 146

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

Shades of Butterfly Bush #756092

Tints of Butterfly Bush #756092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

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

R = 32.59%
G = 26.74%
B = 40.67%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#756092 (or 0x756092) is known color: Butterfly Bush. HEX triplet: 75, 60 and 92. RGB value is (117,96,146). Sum of RGB (Red+Green+Blue) = 117+96+146=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #756092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756092 is #8A9F6D. Grayscale: #6B6B6B. Windows color (decimal): -9084782 or 9592949. OLE color: 9592949.

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

Color convert

RGB 117 96 146 -
CMYK 0.20 0.34 0 0.43
HSL 265.2º 0.21% 0.47% -
HSV(B) 265.2º 0.34% 0.57% -
XYZ 16.71 14.22 29.06 -
YUV 107.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 117 96 146 0.20 0.34 0 0.43 265.2 0.21 0.47
Hex 75 60 92 14 22 0 2B 109 15 2F
Octal 165 140 222 24 42 0 53 411 25 57
Binary 1110101 1100000 10010010 10100 100010 0 101011 100001001 10101 101111

Color Harmonies of #756092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756092

Black with #756092

Text Example


Text Example

White with #756092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756092; }

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

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

background-color css

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

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

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

border-color css

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

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

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