Html Css Color HEX #747C41 Finch

📋 copy color: '#747C41'

red 116 ◦ green 124 ◦ blue 65

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

Shades of Finch #747C41

Tints of Finch #747C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 38.03%
G = 40.66%
B = 21.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#747C41 (or 0x747C41) is known color: Finch. HEX triplet: 74, 7C and 41. RGB value is (116,124,65). Sum of RGB (Red+Green+Blue) = 116+124+65=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #747C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747C41 is #8B83BE. Grayscale: #737373. Windows color (decimal): -9143231 or 4291700. OLE color: 4291700.

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

Color convert

RGB 116 124 65 -
CMYK 0.06 0 0.48 0.51
HSL 68.14º 0.31% 0.37% -
HSV(B) 68.14º 0.48% 0.49% -
XYZ 15.36 18.51 7.76 -
YUV 114.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 116 124 65 0.06 0 0.48 0.51 68.14 0.31 0.37
Hex 74 7C 41 6 0 30 33 44 1F 25
Octal 164 174 101 6 0 60 63 104 37 45
Binary 1110100 1111100 1000001 110 0 110000 110011 1000100 11111 100101

Color Harmonies of #747C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C41

Black with #747C41

Text Example


Text Example

White with #747C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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