Html Css Color HEX #748547 Finch

📋 copy color: '#748547'

red 116 ◦ green 133 ◦ blue 71

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

Shades of Finch #748547

Tints of Finch #748547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

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

R = 36.25%
G = 41.56%
B = 22.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#748547 (or 0x748547) is known color: Finch. HEX triplet: 74, 85 and 47. RGB value is (116,133,71). Sum of RGB (Red+Green+Blue) = 116+133+71=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #748547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748547 is #8B7AB8. Grayscale: #797979. Windows color (decimal): -9140921 or 4687220. OLE color: 4687220.

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

Color convert

RGB 116 133 71 -
CMYK 0.13 0 0.47 0.48
HSL 76.45º 0.3% 0.4% -
HSV(B) 76.45º 0.47% 0.52% -
XYZ 16.73 20.94 9.12 -
YUV 120.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 116 133 71 0.13 0 0.47 0.48 76.45 0.3 0.4
Hex 74 85 47 D 0 2F 30 4C 1E 28
Octal 164 205 107 15 0 57 60 114 36 50
Binary 1110100 10000101 1000111 1101 0 101111 110000 1001100 11110 101000

Color Harmonies of #748547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748547

Black with #748547

Text Example


Text Example

White with #748547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748547; }

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

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

background-color css

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

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

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

border-color css

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

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

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