Html Css Color HEX #747955 Finch

📋 copy color: '#747955'

red 116 ◦ green 121 ◦ blue 85

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

Shades of Finch #747955

Tints of Finch #747955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.58%

 BLUE value IS 85 (33.59% from 255) = 26.4%

R = 36.02%
G = 37.58%
B = 26.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#747955 (or 0x747955) is known color: Finch. HEX triplet: 74, 79 and 55. RGB value is (116,121,85). Sum of RGB (Red+Green+Blue) = 116+121+85=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #747955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747955 is #8B86AA. Grayscale: #737373. Windows color (decimal): -9143979 or 5601652. OLE color: 5601652.

HSL color Cylindrical-coordinate representation of color #747955: hue angle of 68.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747955 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 85 -
CMYK 0.04 0 0.30 0.53
HSL 68.33º 0.17% 0.4% -
HSV(B) 68.33º 0.3% 0.47% -
XYZ 15.68 18.04 11.25 -
YUV 115.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 116 121 85 0.04 0 0.30 0.53 68.33 0.17 0.4
Hex 74 79 55 4 0 1E 35 44 11 28
Octal 164 171 125 4 0 36 65 104 21 50
Binary 1110100 1111001 1010101 100 0 11110 110101 1000100 10001 101000

Color Harmonies of #747955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747955

Black with #747955

Text Example


Text Example

White with #747955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747955; }

 p { color: rgb(116,121,85); }

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

background-color css

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

 a { background-color: rgb(116,121,85); }

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

border-color css

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

 span { border-color: rgb(116,121,85); }

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