Html Css Color HEX #74794A Finch

📋 copy color: '#74794A'

red 116 ◦ green 121 ◦ blue 74

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

Shades of Finch #74794A

Tints of Finch #74794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.91%

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

R = 37.3%
G = 38.91%
B = 23.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#74794A (or 0x74794A) is known color: Finch. HEX triplet: 74, 79 and 4A. RGB value is (116,121,74). Sum of RGB (Red+Green+Blue) = 116+121+74=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #74794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74794A is #8B86B5. Grayscale: #727272. Windows color (decimal): -9143990 or 4880756. OLE color: 4880756.

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

Color convert

RGB 116 121 74 -
CMYK 0.04 0 0.39 0.53
HSL 66.38º 0.24% 0.38% -
HSV(B) 66.38º 0.39% 0.47% -
XYZ 15.28 17.88 9.13 -
YUV 114.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 116 121 74 0.04 0 0.39 0.53 66.38 0.24 0.38
Hex 74 79 4A 4 0 27 35 42 18 26
Octal 164 171 112 4 0 47 65 102 30 46
Binary 1110100 1111001 1001010 100 0 100111 110101 1000010 11000 100110

Color Harmonies of #74794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74794A

Black with #74794A

Text Example


Text Example

White with #74794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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