Html Css Color HEX #74784A Finch

📋 copy color: '#74784A'

red 116 ◦ green 120 ◦ blue 74

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

Shades of Finch #74784A

Tints of Finch #74784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.71%

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

R = 37.42%
G = 38.71%
B = 23.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#74784A (or 0x74784A) is known color: Finch. HEX triplet: 74, 78 and 4A. RGB value is (116,120,74). Sum of RGB (Red+Green+Blue) = 116+120+74=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #74784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74784A is #8B87B5. Grayscale: #717171. Windows color (decimal): -9144246 or 4880500. OLE color: 4880500.

HSL color Cylindrical-coordinate representation of color #74784A: hue angle of 65.22º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74784A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 74 -
CMYK 0.03 0 0.38 0.53
HSL 65.22º 0.24% 0.38% -
HSV(B) 65.22º 0.38% 0.47% -
XYZ 15.15 17.64 9.08 -
YUV 113.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 116 120 74 0.03 0 0.38 0.53 65.22 0.24 0.38
Hex 74 78 4A 3 0 26 35 41 18 26
Octal 164 170 112 3 0 46 65 101 30 46
Binary 1110100 1111000 1001010 11 0 100110 110101 1000001 11000 100110

Color Harmonies of #74784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74784A

Black with #74784A

Text Example


Text Example

White with #74784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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