Html Css Color HEX #724054 Finn

📋 copy color: '#724054'

red 114 ◦ green 64 ◦ blue 84

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

Shades of Finn #724054

Tints of Finn #724054

RGB

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

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

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

R = 43.51%
G = 24.43%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#724054 (or 0x724054) is known color: Finn. HEX triplet: 72, 40 and 54. RGB value is (114,64,84). Sum of RGB (Red+Green+Blue) = 114+64+84=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #724054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724054 is #8DBFAB. Grayscale: #515151. Windows color (decimal): -9289644 or 5521522. OLE color: 5521522.

HSL color Cylindrical-coordinate representation of color #724054: hue angle of 336º 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 #724054 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 84 -
CMYK 0 0.44 0.26 0.55
HSL 336º 0.28% 0.35% -
HSV(B) 336º 0.44% 0.45% -
XYZ 10.37 7.88 9.36 -
YUV 81.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 114 64 84 0 0.44 0.26 0.55 336 0.28 0.35
Hex 72 40 54 0 2C 1A 37 150 1C 23
Octal 162 100 124 0 54 32 67 520 34 43
Binary 1110010 1000000 1010100 0 101100 11010 110111 101010000 11100 100011

Color Harmonies of #724054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724054

Black with #724054

Text Example


Text Example

White with #724054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724054; }

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

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

background-color css

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

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

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

border-color css

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

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

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