Html Css Color HEX #724550 Finn

📋 copy color: '#724550'

red 114 ◦ green 69 ◦ blue 80

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

Shades of Finn #724550

Tints of Finn #724550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 43.35%
G = 26.24%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#724550 (or 0x724550) is known color: Finn. HEX triplet: 72, 45 and 50. RGB value is (114,69,80). Sum of RGB (Red+Green+Blue) = 114+69+80=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #724550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724550 is #8DBAAF. Grayscale: #535353. Windows color (decimal): -9288368 or 5260658. OLE color: 5260658.

HSL color Cylindrical-coordinate representation of color #724550: hue angle of 345.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #724550 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 69 80 -
CMYK 0 0.39 0.30 0.55
HSL 345.33º 0.25% 0.36% -
HSV(B) 345.33º 0.39% 0.45% -
XYZ 10.52 8.41 8.66 -
YUV 83.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 114 69 80 0 0.39 0.30 0.55 345.33 0.25 0.36
Hex 72 45 50 0 27 1E 37 159 19 24
Octal 162 105 120 0 47 36 67 531 31 44
Binary 1110010 1000101 1010000 0 100111 11110 110111 101011001 11001 100100

Color Harmonies of #724550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724550

Black with #724550

Text Example


Text Example

White with #724550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724550; }

 p { color: rgb(114,69,80); }

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

background-color css

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

 a { background-color: rgb(114,69,80); }

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

border-color css

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

 span { border-color: rgb(114,69,80); }

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