Html Css Color HEX #72824A Finch

📋 copy color: '#72824A'

red 114 ◦ green 130 ◦ blue 74

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

Shades of Finch #72824A

Tints of Finch #72824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.88%

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 35.85%
G = 40.88%
B = 23.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#72824A (or 0x72824A) is known color: Finch. HEX triplet: 72, 82 and 4A. RGB value is (114,130,74). Sum of RGB (Red+Green+Blue) = 114+130+74=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #72824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72824A is #8D7DB5. Grayscale: #777777. Windows color (decimal): -9272758 or 4883058. OLE color: 4883058.

HSL color Cylindrical-coordinate representation of color #72824A: hue angle of 77.14º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72824A is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 130 74 -
CMYK 0.12 0 0.43 0.49
HSL 77.14º 0.27% 0.4% -
HSV(B) 77.14º 0.43% 0.51% -
XYZ 16.16 20.04 9.49 -
YUV 118.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 114 130 74 0.12 0 0.43 0.49 77.14 0.27 0.4
Hex 72 82 4A C 0 2B 31 4D 1B 28
Octal 162 202 112 14 0 53 61 115 33 50
Binary 1110010 10000010 1001010 1100 0 101011 110001 1001101 11011 101000

Color Harmonies of #72824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72824A

Black with #72824A

Text Example


Text Example

White with #72824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72824A; }

 p { color: rgb(114,130,74); }

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

background-color css

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

 a { background-color: rgb(114,130,74); }

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

border-color css

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

 span { border-color: rgb(114,130,74); }

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