Html Css Color HEX #747A48 Finch

📋 copy color: '#747A48'

red 116 ◦ green 122 ◦ blue 72

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

Shades of Finch #747A48

Tints of Finch #747A48

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.35%

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 37.42%
G = 39.35%
B = 23.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#747A48 (or 0x747A48) is known color: Finch. HEX triplet: 74, 7A and 48. RGB value is (116,122,72). Sum of RGB (Red+Green+Blue) = 116+122+72=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #747A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A48 is #8B85B7. Grayscale: #727272. Windows color (decimal): -9143736 or 4749940. OLE color: 4749940.

HSL color Cylindrical-coordinate representation of color #747A48: hue angle of 67.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #747A48 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 122 72 -
CMYK 0.05 0 0.41 0.52
HSL 67.2º 0.26% 0.38% -
HSV(B) 67.2º 0.41% 0.48% -
XYZ 15.33 18.1 8.82 -
YUV 114.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 116 122 72 0.05 0 0.41 0.52 67.2 0.26 0.38
Hex 74 7A 48 5 0 29 34 43 1A 26
Octal 164 172 110 5 0 51 64 103 32 46
Binary 1110100 1111010 1001000 101 0 101001 110100 1000011 11010 100110

Color Harmonies of #747A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A48

Black with #747A48

Text Example


Text Example

White with #747A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747A48; }

 p { color: rgb(116,122,72); }

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

background-color css

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

 a { background-color: rgb(116,122,72); }

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

border-color css

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

 span { border-color: rgb(116,122,72); }

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