Html Css Color HEX #747B47 Finch

📋 copy color: '#747B47'

red 116 ◦ green 123 ◦ blue 71

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

Shades of Finch #747B47

Tints of Finch #747B47

RGB

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

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

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

R = 37.42%
G = 39.68%
B = 22.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.52

RGB Variations

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

Color information

#747B47 (or 0x747B47) is known color: Finch. HEX triplet: 74, 7B and 47. RGB value is (116,123,71). Sum of RGB (Red+Green+Blue) = 116+123+71=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 123 - color contains mainly: green. Hex color #747B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B47 is #8B84B8. Grayscale: #737373. Windows color (decimal): -9143481 or 4684660. OLE color: 4684660.

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

Color convert

RGB 116 123 71 -
CMYK 0.06 0 0.42 0.52
HSL 68.08º 0.27% 0.38% -
HSV(B) 68.08º 0.42% 0.48% -
XYZ 15.42 18.33 8.69 -
YUV 114.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 116 123 71 0.06 0 0.42 0.52 68.08 0.27 0.38
Hex 74 7B 47 6 0 2A 34 44 1B 26
Octal 164 173 107 6 0 52 64 104 33 46
Binary 1110100 1111011 1000111 110 0 101010 110100 1000100 11011 100110

Color Harmonies of #747B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B47

Black with #747B47

Text Example


Text Example

White with #747B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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