Html Css Color HEX #724058 Finn

📋 copy color: '#724058'

red 114 ◦ green 64 ◦ blue 88

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

Shades of Finn #724058

Tints of Finn #724058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.08%

R = 42.86%
G = 24.06%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#724058 (or 0x724058) is known color: Finn. HEX triplet: 72, 40 and 58. RGB value is (114,64,88). Sum of RGB (Red+Green+Blue) = 114+64+88=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #724058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724058 is #8DBFA7. Grayscale: #515151. Windows color (decimal): -9289640 or 5783666. OLE color: 5783666.

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

Color convert

RGB 114 64 88 -
CMYK 0 0.44 0.23 0.55
HSL 331.2º 0.28% 0.35% -
HSV(B) 331.2º 0.44% 0.45% -
XYZ 10.53 7.95 10.21 -
YUV 81.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 114 64 88 0 0.44 0.23 0.55 331.2 0.28 0.35
Hex 72 40 58 0 2C 17 37 14B 1C 23
Octal 162 100 130 0 54 27 67 513 34 43
Binary 1110010 1000000 1011000 0 101100 10111 110111 101001011 11100 100011

Color Harmonies of #724058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724058

Black with #724058

Text Example


Text Example

White with #724058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724058; }

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

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

background-color css

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

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

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

border-color css

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

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

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