Html Css Color HEX #747761 Finch

📋 copy color: '#747761'

red 116 ◦ green 119 ◦ blue 97

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

Shades of Finch #747761

Tints of Finch #747761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

 BLUE value IS 97 (38.28% from 255) = 29.22%

R = 34.94%
G = 35.84%
B = 29.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#747761 (or 0x747761) is known color: Finch. HEX triplet: 74, 77 and 61. RGB value is (116,119,97). Sum of RGB (Red+Green+Blue) = 116+119+97=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #747761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747761 is #8B889E. Grayscale: #737373. Windows color (decimal): -9144479 or 6387572. OLE color: 6387572.

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

Color convert

RGB 116 119 97 -
CMYK 0.03 0 0.18 0.53
HSL 68.18º 0.1% 0.42% -
HSV(B) 68.18º 0.18% 0.47% -
XYZ 15.96 17.77 13.9 -
YUV 115.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 116 119 97 0.03 0 0.18 0.53 68.18 0.1 0.42
Hex 74 77 61 3 0 12 35 44 A 2A
Octal 164 167 141 3 0 22 65 104 12 52
Binary 1110100 1110111 1100001 11 0 10010 110101 1000100 1010 101010

Color Harmonies of #747761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747761

Black with #747761

Text Example


Text Example

White with #747761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747761; }

 p { color: rgb(116,119,97); }

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

background-color css

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

 a { background-color: rgb(116,119,97); }

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

border-color css

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

 span { border-color: rgb(116,119,97); }

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