Html Css Color HEX #747C59 Finch

📋 copy color: '#747C59'

red 116 ◦ green 124 ◦ blue 89

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

Shades of Finch #747C59

Tints of Finch #747C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.05%

R = 35.26%
G = 37.69%
B = 27.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#747C59 (or 0x747C59) is known color: Finch. HEX triplet: 74, 7C and 59. RGB value is (116,124,89). Sum of RGB (Red+Green+Blue) = 116+124+89=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 124 - color contains mainly: green. Hex color #747C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C59 is #8B83A6. Grayscale: #757575. Windows color (decimal): -9143207 or 5864564. OLE color: 5864564.

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

Color convert

RGB 116 124 89 -
CMYK 0.06 0 0.28 0.51
HSL 73.71º 0.16% 0.42% -
HSV(B) 73.71º 0.28% 0.49% -
XYZ 16.21 18.85 12.23 -
YUV 117.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 116 124 89 0.06 0 0.28 0.51 73.71 0.16 0.42
Hex 74 7C 59 6 0 1C 33 4A 10 2A
Octal 164 174 131 6 0 34 63 112 20 52
Binary 1110100 1111100 1011001 110 0 11100 110011 1001010 10000 101010

Color Harmonies of #747C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C59

Black with #747C59

Text Example


Text Example

White with #747C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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