Html Css Color HEX #747A4E Finch

📋 copy color: '#747A4E'

red 116 ◦ green 122 ◦ blue 78

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

Shades of Finch #747A4E

Tints of Finch #747A4E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.61%

 BLUE value IS 78 (30.86% from 255) = 24.68%

R = 36.71%
G = 38.61%
B = 24.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#747A4E (or 0x747A4E) is known color: Finch. HEX triplet: 74, 7A and 4E. RGB value is (116,122,78). Sum of RGB (Red+Green+Blue) = 116+122+78=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #747A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A4E is #8B85B1. Grayscale: #737373. Windows color (decimal): -9143730 or 5143156. OLE color: 5143156.

HSL color Cylindrical-coordinate representation of color #747A4E: hue angle of 68.18º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #747A4E is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 122 78 -
CMYK 0.05 0 0.36 0.52
HSL 68.18º 0.22% 0.39% -
HSV(B) 68.18º 0.36% 0.48% -
XYZ 15.54 18.18 9.9 -
YUV 115.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 116 122 78 0.05 0 0.36 0.52 68.18 0.22 0.39
Hex 74 7A 4E 5 0 24 34 44 16 27
Octal 164 172 116 5 0 44 64 104 26 47
Binary 1110100 1111010 1001110 101 0 100100 110100 1000100 10110 100111

Color Harmonies of #747A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A4E

Black with #747A4E

Text Example


Text Example

White with #747A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,122,78); }

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

background-color css

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

 a { background-color: rgb(116,122,78); }

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

border-color css

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

 span { border-color: rgb(116,122,78); }

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