Html Css Color HEX #74794D Finch

📋 copy color: '#74794D'

red 116 ◦ green 121 ◦ blue 77

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

Shades of Finch #74794D

Tints of Finch #74794D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 36.94%
G = 38.54%
B = 24.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#74794D (or 0x74794D) is known color: Finch. HEX triplet: 74, 79 and 4D. RGB value is (116,121,77). Sum of RGB (Red+Green+Blue) = 116+121+77=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #74794D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74794D is #8B86B2. Grayscale: #727272. Windows color (decimal): -9143987 or 5077364. OLE color: 5077364.

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

Color convert

RGB 116 121 77 -
CMYK 0.04 0 0.36 0.53
HSL 66.82º 0.22% 0.39% -
HSV(B) 66.82º 0.36% 0.47% -
XYZ 15.38 17.92 9.67 -
YUV 114.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 116 121 77 0.04 0 0.36 0.53 66.82 0.22 0.39
Hex 74 79 4D 4 0 24 35 43 16 27
Octal 164 171 115 4 0 44 65 103 26 47
Binary 1110100 1111001 1001101 100 0 100100 110101 1000011 10110 100111

Color Harmonies of #74794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74794D

Black with #74794D

Text Example


Text Example

White with #74794D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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