Html Css Color HEX #747C4D Finch

📋 copy color: '#747C4D'

red 116 ◦ green 124 ◦ blue 77

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

Shades of Finch #747C4D

Tints of Finch #747C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.12%

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

R = 36.59%
G = 39.12%
B = 24.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#747C4D (or 0x747C4D) is known color: Finch. HEX triplet: 74, 7C and 4D. RGB value is (116,124,77). Sum of RGB (Red+Green+Blue) = 116+124+77=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #747C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C4D is #8B83B2. Grayscale: #747474. Windows color (decimal): -9143219 or 5078132. OLE color: 5078132.

HSL color Cylindrical-coordinate representation of color #747C4D: hue angle of 70.21º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #747C4D is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 124 77 -
CMYK 0.06 0 0.38 0.51
HSL 70.21º 0.23% 0.39% -
HSV(B) 70.21º 0.38% 0.49% -
XYZ 15.75 18.66 9.79 -
YUV 116.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 116 124 77 0.06 0 0.38 0.51 70.21 0.23 0.39
Hex 74 7C 4D 6 0 26 33 46 17 27
Octal 164 174 115 6 0 46 63 106 27 47
Binary 1110100 1111100 1001101 110 0 100110 110011 1000110 10111 100111

Color Harmonies of #747C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C4D

Black with #747C4D

Text Example


Text Example

White with #747C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747C4D; }

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

 H1.HeaderClassName
 {
   color: #747C4D;
 }
 .AnyTagClassName
 {
   color: #747C4D;
 }
</style>

background-color css

<style>
 a { background-color: #747C4D; }

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

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

border-color css

<style>
 span { border-color: #747C4D; }

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

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