Html Css Color HEX #747950 Finch

📋 copy color: '#747950'

red 116 ◦ green 121 ◦ blue 80

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

Shades of Finch #747950

Tints of Finch #747950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 36.59%
G = 38.17%
B = 25.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#747950 (or 0x747950) is known color: Finch. HEX triplet: 74, 79 and 50. RGB value is (116,121,80). Sum of RGB (Red+Green+Blue) = 116+121+80=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #747950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747950 is #8B86AF. Grayscale: #727272. Windows color (decimal): -9143984 or 5273972. OLE color: 5273972.

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

Color convert

RGB 116 121 80 -
CMYK 0.04 0 0.34 0.53
HSL 67.32º 0.2% 0.39% -
HSV(B) 67.32º 0.34% 0.47% -
XYZ 15.49 17.97 10.24 -
YUV 114.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 116 121 80 0.04 0 0.34 0.53 67.32 0.2 0.39
Hex 74 79 50 4 0 22 35 43 14 27
Octal 164 171 120 4 0 42 65 103 24 47
Binary 1110100 1111001 1010000 100 0 100010 110101 1000011 10100 100111

Color Harmonies of #747950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747950

Black with #747950

Text Example


Text Example

White with #747950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747950; }

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

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

background-color css

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

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

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

border-color css

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

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

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