Html Css Color HEX #747562 Finch

📋 copy color: '#747562'

red 116 ◦ green 117 ◦ blue 98

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

Shades of Finch #747562

Tints of Finch #747562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 35.05%
G = 35.35%
B = 29.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#747562 (or 0x747562) is known color: Finch. HEX triplet: 74, 75 and 62. RGB value is (116,117,98). Sum of RGB (Red+Green+Blue) = 116+117+98=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 117 - color contains mainly: green. Hex color #747562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747562 is #8B8A9D. Grayscale: #727272. Windows color (decimal): -9144990 or 6452596. OLE color: 6452596.

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

Color convert

RGB 116 117 98 -
CMYK 0.01 0 0.16 0.54
HSL 63.16º 0.09% 0.42% -
HSV(B) 63.16º 0.16% 0.46% -
XYZ 15.77 17.32 14.07 -
YUV 114.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 116 117 98 0.01 0 0.16 0.54 63.16 0.09 0.42
Hex 74 75 62 1 0 10 36 3F 9 2A
Octal 164 165 142 1 0 20 66 77 11 52
Binary 1110100 1110101 1100010 1 0 10000 110110 111111 1001 101010

Color Harmonies of #747562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747562

Black with #747562

Text Example


Text Example

White with #747562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747562; }

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

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

background-color css

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

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

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

border-color css

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

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

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