Html Css Color HEX #726090 Butterfly Bush

📋 copy color: '#726090'

red 114 ◦ green 96 ◦ blue 144

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

Shades of Butterfly Bush #726090

Tints of Butterfly Bush #726090

RGB

 RED value IS 114 (44.92% from 255) = 32.2%

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

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 32.2%
G = 27.12%
B = 40.68%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#726090 (or 0x726090) is known color: Butterfly Bush. HEX triplet: 72, 60 and 90. RGB value is (114,96,144). Sum of RGB (Red+Green+Blue) = 114+96+144=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #726090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726090 is #8D9F6F. Grayscale: #6A6A6A. Windows color (decimal): -9281392 or 9461874. OLE color: 9461874.

HSL color Cylindrical-coordinate representation of color #726090: hue angle of 262.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726090 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 96 144 -
CMYK 0.21 0.33 0 0.44
HSL 262.5º 0.2% 0.47% -
HSV(B) 262.5º 0.33% 0.56% -
XYZ 16.16 13.96 28.23 -
YUV 106.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 114 96 144 0.21 0.33 0 0.44 262.5 0.2 0.47
Hex 72 60 90 15 21 0 2C 106 14 2F
Octal 162 140 220 25 41 0 54 406 24 57
Binary 1110010 1100000 10010000 10101 100001 0 101100 100000110 10100 101111

Color Harmonies of #726090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726090

Black with #726090

Text Example


Text Example

White with #726090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726090; }

 p { color: rgb(114,96,144); }

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

background-color css

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

 a { background-color: rgb(114,96,144); }

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

border-color css

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

 span { border-color: rgb(114,96,144); }

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