Html Css Color HEX #74744D Finch

📋 copy color: '#74744D'

red 116 ◦ green 116 ◦ blue 77

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

Shades of Finch #74744D

Tints of Finch #74744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

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

R = 37.54%
G = 37.54%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74744D (or 0x74744D) is known color: Finch. HEX triplet: 74, 74 and 4D. RGB value is (116,116,77). Sum of RGB (Red+Green+Blue) = 116+116+77=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74744D is #8B8BB2. Grayscale: #6F6F6F. Windows color (decimal): -9145267 or 5076084. OLE color: 5076084.

HSL color Cylindrical-coordinate representation of color #74744D: hue angle of 60º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74744D is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 116 77 -
CMYK 0 0 0.34 0.55
HSL 60º 0.2% 0.38% -
HSV(B) 60º 0.34% 0.45% -
XYZ 14.79 16.74 9.47 -
YUV 111.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 116 116 77 0 0 0.34 0.55 60 0.2 0.38
Hex 74 74 4D 0 0 22 37 3C 14 26
Octal 164 164 115 0 0 42 67 74 24 46
Binary 1110100 1110100 1001101 0 0 100010 110111 111100 10100 100110

Color Harmonies of #74744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74744D

Black with #74744D

Text Example


Text Example

White with #74744D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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