Html Css Color HEX #747747 Finch

📋 copy color: '#747747'

red 116 ◦ green 119 ◦ blue 71

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

Shades of Finch #747747

Tints of Finch #747747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

 BLUE value IS 71 (28.13% from 255) = 23.2%

R = 37.91%
G = 38.89%
B = 23.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#747747 (or 0x747747) is known color: Finch. HEX triplet: 74, 77 and 47. RGB value is (116,119,71). Sum of RGB (Red+Green+Blue) = 116+119+71=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #747747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747747 is #8B88B8. Grayscale: #707070. Windows color (decimal): -9144505 or 4683636. OLE color: 4683636.

HSL color Cylindrical-coordinate representation of color #747747: hue angle of 63.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747747 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 71 -
CMYK 0.03 0 0.40 0.53
HSL 63.75º 0.25% 0.37% -
HSV(B) 63.75º 0.4% 0.47% -
XYZ 14.94 17.36 8.53 -
YUV 112.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 116 119 71 0.03 0 0.40 0.53 63.75 0.25 0.37
Hex 74 77 47 3 0 28 35 40 19 25
Octal 164 167 107 3 0 50 65 100 31 45
Binary 1110100 1110111 1000111 11 0 101000 110101 1000000 11001 100101

Color Harmonies of #747747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747747

Black with #747747

Text Example


Text Example

White with #747747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747747; }

 p { color: rgb(116,119,71); }

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

background-color css

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

 a { background-color: rgb(116,119,71); }

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

border-color css

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

 span { border-color: rgb(116,119,71); }

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