Html Css Color HEX #748044 Finch

📋 copy color: '#748044'

red 116 ◦ green 128 ◦ blue 68

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

Shades of Finch #748044

Tints of Finch #748044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 37.18%
G = 41.03%
B = 21.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#748044 (or 0x748044) is known color: Finch. HEX triplet: 74, 80 and 44. RGB value is (116,128,68). Sum of RGB (Red+Green+Blue) = 116+128+68=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 128 - color contains mainly: green. Hex color #748044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748044 is #8B7FBB. Grayscale: #757575. Windows color (decimal): -9142204 or 4489332. OLE color: 4489332.

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

Color convert

RGB 116 128 68 -
CMYK 0.09 0 0.47 0.50
HSL 72º 0.31% 0.38% -
HSV(B) 72º 0.47% 0.5% -
XYZ 15.97 19.57 8.4 -
YUV 117.57 100.02 126.88 -
System Red Green Blue C M Y K H S L
Decimal 116 128 68 0.09 0 0.47 0.50 72 0.31 0.38
Hex 74 80 44 9 0 2F 32 48 1F 26
Octal 164 200 104 11 0 57 62 110 37 46
Binary 1110100 10000000 1000100 1001 0 101111 110010 1001000 11111 100110

Color Harmonies of #748044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748044

Black with #748044

Text Example


Text Example

White with #748044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748044; }

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

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

background-color css

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

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

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

border-color css

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

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

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