Html Css Color HEX #74814A Finch

📋 copy color: '#74814A'

red 116 ◦ green 129 ◦ blue 74

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

Shades of Finch #74814A

Tints of Finch #74814A

RGB

 RED value IS 116 (45.7% from 255) = 36.36%

 GREEN value IS 129 (50.78% from 255) = 40.44%

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

R = 36.36%
G = 40.44%
B = 23.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#74814A (or 0x74814A) is known color: Finch. HEX triplet: 74, 81 and 4A. RGB value is (116,129,74). Sum of RGB (Red+Green+Blue) = 116+129+74=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #74814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74814A is #8B7EB5. Grayscale: #777777. Windows color (decimal): -9141942 or 4882804. OLE color: 4882804.

HSL color Cylindrical-coordinate representation of color #74814A: hue angle of 74.18º 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 #74814A is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 74 -
CMYK 0.10 0 0.43 0.49
HSL 74.18º 0.27% 0.4% -
HSV(B) 74.18º 0.43% 0.51% -
XYZ 16.29 19.91 9.46 -
YUV 118.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 116 129 74 0.10 0 0.43 0.49 74.18 0.27 0.4
Hex 74 81 4A A 0 2B 31 4A 1B 28
Octal 164 201 112 12 0 53 61 112 33 50
Binary 1110100 10000001 1001010 1010 0 101011 110001 1001010 11011 101000

Color Harmonies of #74814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74814A

Black with #74814A

Text Example


Text Example

White with #74814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,129,74); }

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

background-color css

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

 a { background-color: rgb(116,129,74); }

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

border-color css

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

 span { border-color: rgb(116,129,74); }

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