Html Css Color HEX #724450 Finn

📋 copy color: '#724450'

red 114 ◦ green 68 ◦ blue 80

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

Shades of Finn #724450

Tints of Finn #724450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

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

R = 43.51%
G = 25.95%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#724450 (or 0x724450) is known color: Finn. HEX triplet: 72, 44 and 50. RGB value is (114,68,80). Sum of RGB (Red+Green+Blue) = 114+68+80=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #724450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724450 is #8DBBAF. Grayscale: #535353. Windows color (decimal): -9288624 or 5260402. OLE color: 5260402.

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

Color convert

RGB 114 68 80 -
CMYK 0 0.40 0.30 0.55
HSL 344.35º 0.25% 0.36% -
HSV(B) 344.35º 0.4% 0.45% -
XYZ 10.45 8.29 8.64 -
YUV 83.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 114 68 80 0 0.40 0.30 0.55 344.35 0.25 0.36
Hex 72 44 50 0 28 1E 37 158 19 24
Octal 162 104 120 0 50 36 67 530 31 44
Binary 1110010 1000100 1010000 0 101000 11110 110111 101011000 11001 100100

Color Harmonies of #724450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724450

Black with #724450

Text Example


Text Example

White with #724450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724450; }

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

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

background-color css

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

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

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

border-color css

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

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

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