Html Css Color HEX #748047 Finch

📋 copy color: '#748047'

red 116 ◦ green 128 ◦ blue 71

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

Shades of Finch #748047

Tints of Finch #748047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.63%

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

R = 36.83%
G = 40.63%
B = 22.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#748047 (or 0x748047) is known color: Finch. HEX triplet: 74, 80 and 47. RGB value is (116,128,71). Sum of RGB (Red+Green+Blue) = 116+128+71=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #748047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748047 is #8B7FB8. Grayscale: #767676. Windows color (decimal): -9142201 or 4685940. OLE color: 4685940.

HSL color Cylindrical-coordinate representation of color #748047: hue angle of 72.63º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #748047 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 71 -
CMYK 0.09 0 0.45 0.50
HSL 72.63º 0.29% 0.39% -
HSV(B) 72.63º 0.45% 0.5% -
XYZ 16.06 19.61 8.9 -
YUV 117.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 116 128 71 0.09 0 0.45 0.50 72.63 0.29 0.39
Hex 74 80 47 9 0 2D 32 49 1D 27
Octal 164 200 107 11 0 55 62 111 35 47
Binary 1110100 10000000 1000111 1001 0 101101 110010 1001001 11101 100111

Color Harmonies of #748047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748047

Black with #748047

Text Example


Text Example

White with #748047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748047; }

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

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

background-color css

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

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

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

border-color css

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

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

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