Html Css Color HEX #747E44 Finch

📋 copy color: '#747E44'

red 116 ◦ green 126 ◦ blue 68

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

Shades of Finch #747E44

Tints of Finch #747E44

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.65%

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 37.42%
G = 40.65%
B = 21.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#747E44 (or 0x747E44) is known color: Finch. HEX triplet: 74, 7E and 44. RGB value is (116,126,68). Sum of RGB (Red+Green+Blue) = 116+126+68=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 126 - color contains mainly: green. Hex color #747E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747E44 is #8B81BB. Grayscale: #747474. Windows color (decimal): -9142716 or 4488820. OLE color: 4488820.

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

Color convert

RGB 116 126 68 -
CMYK 0.08 0 0.46 0.51
HSL 70.34º 0.3% 0.38% -
HSV(B) 70.34º 0.46% 0.49% -
XYZ 15.71 19.05 8.32 -
YUV 116.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 116 126 68 0.08 0 0.46 0.51 70.34 0.3 0.38
Hex 74 7E 44 8 0 2E 33 46 1E 26
Octal 164 176 104 10 0 56 63 106 36 46
Binary 1110100 1111110 1000100 1000 0 101110 110011 1000110 11110 100110

Color Harmonies of #747E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E44

Black with #747E44

Text Example


Text Example

White with #747E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,126,68); }

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

background-color css

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

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

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

border-color css

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

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

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