Html Css Color HEX #748447 Finch

📋 copy color: '#748447'

red 116 ◦ green 132 ◦ blue 71

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

Shades of Finch #748447

Tints of Finch #748447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.38%

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

R = 36.36%
G = 41.38%
B = 22.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#748447 (or 0x748447) is known color: Finch. HEX triplet: 74, 84 and 47. RGB value is (116,132,71). Sum of RGB (Red+Green+Blue) = 116+132+71=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #748447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748447 is #8B7BB8. Grayscale: #787878. Windows color (decimal): -9141177 or 4686964. OLE color: 4686964.

HSL color Cylindrical-coordinate representation of color #748447: hue angle of 75.74º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #748447 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 71 -
CMYK 0.12 0 0.46 0.48
HSL 75.74º 0.3% 0.4% -
HSV(B) 75.74º 0.46% 0.52% -
XYZ 16.59 20.67 9.08 -
YUV 120.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 116 132 71 0.12 0 0.46 0.48 75.74 0.3 0.4
Hex 74 84 47 C 0 2E 30 4C 1E 28
Octal 164 204 107 14 0 56 60 114 36 50
Binary 1110100 10000100 1000111 1100 0 101110 110000 1001100 11110 101000

Color Harmonies of #748447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748447

Black with #748447

Text Example


Text Example

White with #748447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748447; }

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

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

background-color css

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

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

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

border-color css

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

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

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