Html Css Color HEX #747961 Finch

📋 copy color: '#747961'

red 116 ◦ green 121 ◦ blue 97

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

Shades of Finch #747961

Tints of Finch #747961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 34.73%
G = 36.23%
B = 29.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#747961 (or 0x747961) is known color: Finch. HEX triplet: 74, 79 and 61. RGB value is (116,121,97). Sum of RGB (Red+Green+Blue) = 116+121+97=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #747961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747961 is #8B869E. Grayscale: #747474. Windows color (decimal): -9143967 or 6388084. OLE color: 6388084.

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

Color convert

RGB 116 121 97 -
CMYK 0.04 0 0.20 0.53
HSL 72.5º 0.11% 0.43% -
HSV(B) 72.5º 0.2% 0.47% -
XYZ 16.2 18.25 13.98 -
YUV 116.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 116 121 97 0.04 0 0.20 0.53 72.5 0.11 0.43
Hex 74 79 61 4 0 14 35 48 B 2B
Octal 164 171 141 4 0 24 65 110 13 53
Binary 1110100 1111001 1100001 100 0 10100 110101 1001000 1011 101011

Color Harmonies of #747961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747961

Black with #747961

Text Example


Text Example

White with #747961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747961; }

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

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

background-color css

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

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

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

border-color css

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

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

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