Html Css Color HEX #747560 Finch

📋 copy color: '#747560'

red 116 ◦ green 117 ◦ blue 96

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

Shades of Finch #747560

Tints of Finch #747560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 35.26%
G = 35.56%
B = 29.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#747560 (or 0x747560) is known color: Finch. HEX triplet: 74, 75 and 60. RGB value is (116,117,96). Sum of RGB (Red+Green+Blue) = 116+117+96=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #747560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747560 is #8B8A9F. Grayscale: #727272. Windows color (decimal): -9144992 or 6321524. OLE color: 6321524.

HSL color Cylindrical-coordinate representation of color #747560: hue angle of 62.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #747560 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 96 -
CMYK 0.01 0 0.18 0.54
HSL 62.86º 0.1% 0.42% -
HSV(B) 62.86º 0.18% 0.46% -
XYZ 15.68 17.28 13.58 -
YUV 114.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 116 117 96 0.01 0 0.18 0.54 62.86 0.1 0.42
Hex 74 75 60 1 0 12 36 3F A 2A
Octal 164 165 140 1 0 22 66 77 12 52
Binary 1110100 1110101 1100000 1 0 10010 110110 111111 1010 101010

Color Harmonies of #747560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747560

Black with #747560

Text Example


Text Example

White with #747560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747560; }

 p { color: rgb(116,117,96); }

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

background-color css

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

 a { background-color: rgb(116,117,96); }

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

border-color css

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

 span { border-color: rgb(116,117,96); }

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