Html Css Color HEX #747757 Finch

📋 copy color: '#747757'

red 116 ◦ green 119 ◦ blue 87

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

Shades of Finch #747757

Tints of Finch #747757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.02%

R = 36.02%
G = 36.96%
B = 27.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#747757 (or 0x747757) is known color: Finch. HEX triplet: 74, 77 and 57. RGB value is (116,119,87). Sum of RGB (Red+Green+Blue) = 116+119+87=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #747757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747757 is #8B88A8. Grayscale: #727272. Windows color (decimal): -9144489 or 5732212. OLE color: 5732212.

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

Color convert

RGB 116 119 87 -
CMYK 0.03 0 0.27 0.53
HSL 65.63º 0.16% 0.4% -
HSV(B) 65.63º 0.27% 0.47% -
XYZ 15.52 17.59 11.59 -
YUV 114.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 116 119 87 0.03 0 0.27 0.53 65.63 0.16 0.4
Hex 74 77 57 3 0 1B 35 42 10 28
Octal 164 167 127 3 0 33 65 102 20 50
Binary 1110100 1110111 1010111 11 0 11011 110101 1000010 10000 101000

Color Harmonies of #747757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747757

Black with #747757

Text Example


Text Example

White with #747757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747757; }

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

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

background-color css

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

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

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

border-color css

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

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

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