Html Css Color HEX #747759 Finch

📋 copy color: '#747759'

red 116 ◦ green 119 ◦ blue 89

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

Shades of Finch #747759

Tints of Finch #747759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.47%

R = 35.8%
G = 36.73%
B = 27.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#747759 (or 0x747759) is known color: Finch. HEX triplet: 74, 77 and 59. RGB value is (116,119,89). Sum of RGB (Red+Green+Blue) = 116+119+89=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #747759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747759 is #8B88A6. Grayscale: #727272. Windows color (decimal): -9144487 or 5863284. OLE color: 5863284.

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

Color convert

RGB 116 119 89 -
CMYK 0.03 0 0.25 0.53
HSL 66º 0.14% 0.41% -
HSV(B) 66º 0.25% 0.47% -
XYZ 15.6 17.63 12.03 -
YUV 114.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 116 119 89 0.03 0 0.25 0.53 66 0.14 0.41
Hex 74 77 59 3 0 19 35 42 E 29
Octal 164 167 131 3 0 31 65 102 16 51
Binary 1110100 1110111 1011001 11 0 11001 110101 1000010 1110 101001

Color Harmonies of #747759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747759

Black with #747759

Text Example


Text Example

White with #747759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747759; }

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

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

background-color css

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

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

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

border-color css

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

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

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