Html Css Color HEX #747664 Finch

📋 copy color: '#747664'

red 116 ◦ green 118 ◦ blue 100

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

Shades of Finch #747664

Tints of Finch #747664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.33%

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 34.73%
G = 35.33%
B = 29.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#747664 (or 0x747664) is known color: Finch. HEX triplet: 74, 76 and 64. RGB value is (116,118,100). Sum of RGB (Red+Green+Blue) = 116+118+100=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #747664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747664 is #8B899B. Grayscale: #737373. Windows color (decimal): -9144732 or 6583924. OLE color: 6583924.

HSL color Cylindrical-coordinate representation of color #747664: hue angle of 66.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747664 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 100 -
CMYK 0.02 0 0.15 0.54
HSL 66.67º 0.08% 0.43% -
HSV(B) 66.67º 0.15% 0.46% -
XYZ 15.98 17.59 14.61 -
YUV 115.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 116 118 100 0.02 0 0.15 0.54 66.67 0.08 0.43
Hex 74 76 64 2 0 F 36 43 8 2B
Octal 164 166 144 2 0 17 66 103 10 53
Binary 1110100 1110110 1100100 10 0 1111 110110 1000011 1000 101011

Color Harmonies of #747664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747664

Black with #747664

Text Example


Text Example

White with #747664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747664; }

 p { color: rgb(116,118,100); }

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

background-color css

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

 a { background-color: rgb(116,118,100); }

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

border-color css

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

 span { border-color: rgb(116,118,100); }

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