Html Css Color HEX #724C54 Finn

📋 copy color: '#724C54'

red 114 ◦ green 76 ◦ blue 84

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

Shades of Finn #724C54

Tints of Finn #724C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.74%

 BLUE value IS 84 (33.2% from 255) = 30.66%

R = 41.61%
G = 27.74%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#724C54 (or 0x724C54) is known color: Finn. HEX triplet: 72, 4C and 54. RGB value is (114,76,84). Sum of RGB (Red+Green+Blue) = 114+76+84=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #724C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724C54 is #8DB3AB. Grayscale: #585858. Windows color (decimal): -9286572 or 5524594. OLE color: 5524594.

HSL color Cylindrical-coordinate representation of color #724C54: hue angle of 347.37º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #724C54 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 76 84 -
CMYK 0 0.33 0.26 0.55
HSL 347.37º 0.2% 0.37% -
HSV(B) 347.37º 0.33% 0.45% -
XYZ 11.12 9.39 9.61 -
YUV 88.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 114 76 84 0 0.33 0.26 0.55 347.37 0.2 0.37
Hex 72 4C 54 0 21 1A 37 15B 14 25
Octal 162 114 124 0 41 32 67 533 24 45
Binary 1110010 1001100 1010100 0 100001 11010 110111 101011011 10100 100101

Color Harmonies of #724C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C54

Black with #724C54

Text Example


Text Example

White with #724C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724C54; }

 p { color: rgb(114,76,84); }

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

background-color css

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

 a { background-color: rgb(114,76,84); }

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

border-color css

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

 span { border-color: rgb(114,76,84); }

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