Html Css Color HEX #748449 Finch

📋 copy color: '#748449'

red 116 ◦ green 132 ◦ blue 73

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

Shades of Finch #748449

Tints of Finch #748449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.74%

R = 36.14%
G = 41.12%
B = 22.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#748449 (or 0x748449) is known color: Finch. HEX triplet: 74, 84 and 49. RGB value is (116,132,73). Sum of RGB (Red+Green+Blue) = 116+132+73=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #748449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748449 is #8B7BB6. Grayscale: #787878. Windows color (decimal): -9141175 or 4818036. OLE color: 4818036.

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

Color convert

RGB 116 132 73 -
CMYK 0.12 0 0.45 0.48
HSL 76.27º 0.29% 0.4% -
HSV(B) 76.27º 0.45% 0.52% -
XYZ 16.66 20.7 9.42 -
YUV 120.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 116 132 73 0.12 0 0.45 0.48 76.27 0.29 0.4
Hex 74 84 49 C 0 2D 30 4C 1D 28
Octal 164 204 111 14 0 55 60 114 35 50
Binary 1110100 10000100 1001001 1100 0 101101 110000 1001100 11101 101000

Color Harmonies of #748449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748449

Black with #748449

Text Example


Text Example

White with #748449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748449; }

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

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

background-color css

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

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

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

border-color css

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

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

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