Html Css Color HEX #747A50 Finch

📋 copy color: '#747A50'

red 116 ◦ green 122 ◦ blue 80

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

Shades of Finch #747A50

Tints of Finch #747A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 36.48%
G = 38.36%
B = 25.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#747A50 (or 0x747A50) is known color: Finch. HEX triplet: 74, 7A and 50. RGB value is (116,122,80). Sum of RGB (Red+Green+Blue) = 116+122+80=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 122 - color contains mainly: green. Hex color #747A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A50 is #8B85AF. Grayscale: #737373. Windows color (decimal): -9143728 or 5274228. OLE color: 5274228.

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

Color convert

RGB 116 122 80 -
CMYK 0.05 0 0.34 0.52
HSL 68.57º 0.21% 0.4% -
HSV(B) 68.57º 0.34% 0.48% -
XYZ 15.61 18.21 10.28 -
YUV 115.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 116 122 80 0.05 0 0.34 0.52 68.57 0.21 0.4
Hex 74 7A 50 5 0 22 34 45 15 28
Octal 164 172 120 5 0 42 64 105 25 50
Binary 1110100 1111010 1010000 101 0 100010 110100 1000101 10101 101000

Color Harmonies of #747A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A50

Black with #747A50

Text Example


Text Example

White with #747A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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