Html Css Color HEX #747B4F Finch

📋 copy color: '#747B4F'

red 116 ◦ green 123 ◦ blue 79

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

Shades of Finch #747B4F

Tints of Finch #747B4F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.68%

 BLUE value IS 79 (31.25% from 255) = 24.84%

R = 36.48%
G = 38.68%
B = 24.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#747B4F (or 0x747B4F) is known color: Finch. HEX triplet: 74, 7B and 4F. RGB value is (116,123,79). Sum of RGB (Red+Green+Blue) = 116+123+79=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 123 - color contains mainly: green. Hex color #747B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B4F is #8B84B0. Grayscale: #747474. Windows color (decimal): -9143473 or 5208948. OLE color: 5208948.

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

Color convert

RGB 116 123 79 -
CMYK 0.06 0 0.36 0.52
HSL 69.55º 0.22% 0.4% -
HSV(B) 69.55º 0.36% 0.48% -
XYZ 15.7 18.44 10.13 -
YUV 115.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 116 123 79 0.06 0 0.36 0.52 69.55 0.22 0.4
Hex 74 7B 4F 6 0 24 34 46 16 28
Octal 164 173 117 6 0 44 64 106 26 50
Binary 1110100 1111011 1001111 110 0 100100 110100 1000110 10110 101000

Color Harmonies of #747B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B4F

Black with #747B4F

Text Example


Text Example

White with #747B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,123,79); }

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

background-color css

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

 a { background-color: rgb(116,123,79); }

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

border-color css

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

 span { border-color: rgb(116,123,79); }

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