Html Css Color HEX #747D5D Finch

📋 copy color: '#747D5D'

red 116 ◦ green 125 ◦ blue 93

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

Shades of Finch #747D5D

Tints of Finch #747D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.43%

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 34.73%
G = 37.43%
B = 27.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#747D5D (or 0x747D5D) is known color: Finch. HEX triplet: 74, 7D and 5D. RGB value is (116,125,93). Sum of RGB (Red+Green+Blue) = 116+125+93=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 125 - color contains mainly: green. Hex color #747D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D5D is #8B82A2. Grayscale: #767676. Windows color (decimal): -9142947 or 6126964. OLE color: 6126964.

HSL color Cylindrical-coordinate representation of color #747D5D: hue angle of 76.88º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #747D5D is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 125 93 -
CMYK 0.07 0 0.26 0.51
HSL 76.88º 0.15% 0.43% -
HSV(B) 76.88º 0.26% 0.49% -
XYZ 16.51 19.17 13.19 -
YUV 118.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 116 125 93 0.07 0 0.26 0.51 76.88 0.15 0.43
Hex 74 7D 5D 7 0 1A 33 4D F 2B
Octal 164 175 135 7 0 32 63 115 17 53
Binary 1110100 1111101 1011101 111 0 11010 110011 1001101 1111 101011

Color Harmonies of #747D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D5D

Black with #747D5D

Text Example


Text Example

White with #747D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,125,93); }

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

background-color css

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

 a { background-color: rgb(116,125,93); }

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

border-color css

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

 span { border-color: rgb(116,125,93); }

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