Html Css Color HEX #724056 Finn

📋 copy color: '#724056'

red 114 ◦ green 64 ◦ blue 86

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

Shades of Finn #724056

Tints of Finn #724056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

 BLUE value IS 86 (33.98% from 255) = 32.58%

R = 43.18%
G = 24.24%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#724056 (or 0x724056) is known color: Finn. HEX triplet: 72, 40 and 56. RGB value is (114,64,86). Sum of RGB (Red+Green+Blue) = 114+64+86=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #724056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724056 is #8DBFA9. Grayscale: #515151. Windows color (decimal): -9289642 or 5652594. OLE color: 5652594.

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

Color convert

RGB 114 64 86 -
CMYK 0 0.44 0.25 0.55
HSL 333.6º 0.28% 0.35% -
HSV(B) 333.6º 0.44% 0.45% -
XYZ 10.45 7.92 9.78 -
YUV 81.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 114 64 86 0 0.44 0.25 0.55 333.6 0.28 0.35
Hex 72 40 56 0 2C 19 37 14E 1C 23
Octal 162 100 126 0 54 31 67 516 34 43
Binary 1110010 1000000 1010110 0 101100 11001 110111 101001110 11100 100011

Color Harmonies of #724056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724056

Black with #724056

Text Example


Text Example

White with #724056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724056; }

 p { color: rgb(114,64,86); }

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

background-color css

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

 a { background-color: rgb(114,64,86); }

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

border-color css

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

 span { border-color: rgb(114,64,86); }

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