Html Css Color HEX #724651 Finn

📋 copy color: '#724651'

red 114 ◦ green 70 ◦ blue 81

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

Shades of Finn #724651

Tints of Finn #724651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

 BLUE value IS 81 (32.03% from 255) = 30.57%

R = 43.02%
G = 26.42%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#724651 (or 0x724651) is known color: Finn. HEX triplet: 72, 46 and 51. RGB value is (114,70,81). Sum of RGB (Red+Green+Blue) = 114+70+81=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #724651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724651 is #8DB9AE. Grayscale: #545454. Windows color (decimal): -9288111 or 5326450. OLE color: 5326450.

HSL color Cylindrical-coordinate representation of color #724651: hue angle of 345º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #724651 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 70 81 -
CMYK 0 0.39 0.29 0.55
HSL 345º 0.24% 0.36% -
HSV(B) 345º 0.39% 0.45% -
XYZ 10.61 8.55 8.88 -
YUV 84.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 114 70 81 0 0.39 0.29 0.55 345 0.24 0.36
Hex 72 46 51 0 27 1D 37 159 18 24
Octal 162 106 121 0 47 35 67 531 30 44
Binary 1110010 1000110 1010001 0 100111 11101 110111 101011001 11000 100100

Color Harmonies of #724651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724651

Black with #724651

Text Example


Text Example

White with #724651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724651; }

 p { color: rgb(114,70,81); }

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

background-color css

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

 a { background-color: rgb(114,70,81); }

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

border-color css

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

 span { border-color: rgb(114,70,81); }

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