Html Css Color HEX #747C42 Finch

📋 copy color: '#747C42'

red 116 ◦ green 124 ◦ blue 66

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

Shades of Finch #747C42

Tints of Finch #747C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.57%

R = 37.91%
G = 40.52%
B = 21.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#747C42 (or 0x747C42) is known color: Finch. HEX triplet: 74, 7C and 42. RGB value is (116,124,66). Sum of RGB (Red+Green+Blue) = 116+124+66=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #747C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747C42 is #8B83BD. Grayscale: #737373. Windows color (decimal): -9143230 or 4357236. OLE color: 4357236.

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

Color convert

RGB 116 124 66 -
CMYK 0.06 0 0.47 0.51
HSL 68.28º 0.31% 0.37% -
HSV(B) 68.28º 0.47% 0.49% -
XYZ 15.39 18.52 7.92 -
YUV 115 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 116 124 66 0.06 0 0.47 0.51 68.28 0.31 0.37
Hex 74 7C 42 6 0 2F 33 44 1F 25
Octal 164 174 102 6 0 57 63 104 37 45
Binary 1110100 1111100 1000010 110 0 101111 110011 1000100 11111 100101

Color Harmonies of #747C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C42

Black with #747C42

Text Example


Text Example

White with #747C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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